diff --git a/game/modules/tome/data/talents/spells/ice.lua b/game/modules/tome/data/talents/spells/ice.lua
index 8d652ede3a3ebf1195f564ac1c6e1fadd1b2bed2..a5bea979636e6f03f9f57b4531e4812837e93082 100644
--- a/game/modules/tome/data/talents/spells/ice.lua
+++ b/game/modules/tome/data/talents/spells/ice.lua
@@ -48,7 +48,7 @@ newTalent{
 		if not x or not y then return nil end
 
 		if necroEssenceDead(self, true) then
-			self:projectApply(tg, x, y, Map.ACTOR, function(target) target:setEffect(target.EFF_WET, t.getDuration(self, t), {}) end)
+			self:projectApply(tg, x, y, Map.ACTOR, function(target) target:setEffect(target.EFF_WET, t.getDuration(self, t), {apply_power=self:combatSpellpower()}) end)
 			local empower = necroEssenceDead(self)
 			if empower then empower() end
 		end