diff --git a/wadsrc/static/zscript/actors/heretic/ironlich.zs b/wadsrc/static/zscript/actors/heretic/ironlich.zs index f5d2b600d..d6ece9374 100644 --- a/wadsrc/static/zscript/actors/heretic/ironlich.zs +++ b/wadsrc/static/zscript/actors/heretic/ironlich.zs @@ -303,7 +303,7 @@ class Whirlwind : Actor { int randVal; - if (!target.bDontThrust) + if (!victim.bDontThrust) { victim.angle += Random2[WhirlwindDamage]() * (360 / 4096.); victim.Vel.X += Random2[WhirlwindDamage]() / 64.;