diff --git a/wadsrc/static/zscript/actors/heretic/ironlich.zs b/wadsrc/static/zscript/actors/heretic/ironlich.zs index d6ece9374..c904f207f 100644 --- a/wadsrc/static/zscript/actors/heretic/ironlich.zs +++ b/wadsrc/static/zscript/actors/heretic/ironlich.zs @@ -321,7 +321,7 @@ class Whirlwind : Actor } if (!(Level.maptime & 7)) { - target.DamageMobj (null, victim, 3, 'Melee'); + victim.DamageMobj (null, target, 3, 'Melee'); } return -1; }