- set a default value of 1.0 for MissileChanceMult property

This commit is contained in:
Blue Shadow 2024-10-05 10:40:07 +03:00 committed by Christoph Oelckers
parent f0676cdf01
commit 6b5be653dc

View file

@ -407,6 +407,7 @@ class Actor : Thinker native
RenderStyle 'Normal'; RenderStyle 'Normal';
Alpha 1; Alpha 1;
MinMissileChance 200; MinMissileChance 200;
MissileChanceMult 1.0;
MeleeRange 64 - MELEEDELTA; MeleeRange 64 - MELEEDELTA;
MaxDropoffHeight 24; MaxDropoffHeight 24;
MaxStepHeight 24; MaxStepHeight 24;