Skip to content
Snippets Groups Projects
Commit 8764577d authored by DarkGod's avatar DarkGod
Browse files

fix acid wave, again :)

parent 19fcc523
No related branches found
No related tags found
No related merge requests found
......@@ -820,7 +820,7 @@ newInscription{
if not target or target == self then return end
if target:canBe("disarm") then
target:setEffect(target.EFF_DISARMED, data.dur, {})
target:setEffect(target.EFF_DISARMED, data.dur, {apply_power=apply})
end
DamageType:get(DamageType.ACID).projector(self, tx, ty, DamageType.ACID, data.power + data.inc_stat)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment