diff --git a/wadsrc/static/zscript/actors/actor.zs b/wadsrc/static/zscript/actors/actor.zs index a29b912c5e..5c4dc376ea 100644 --- a/wadsrc/static/zscript/actors/actor.zs +++ b/wadsrc/static/zscript/actors/actor.zs @@ -407,6 +407,7 @@ class Actor : Thinker native RenderStyle 'Normal'; Alpha 1; MinMissileChance 200; + MissileChanceMult 1.0; MeleeRange 64 - MELEEDELTA; MaxDropoffHeight 24; MaxStepHeight 24;