mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-21 11:41:03 +00:00
- set a default value of 1.0 for MissileChanceMult
property
This commit is contained in:
parent
f0676cdf01
commit
6b5be653dc
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@ class Actor : Thinker native
|
|||
RenderStyle 'Normal';
|
||||
Alpha 1;
|
||||
MinMissileChance 200;
|
||||
MissileChanceMult 1.0;
|
||||
MeleeRange 64 - MELEEDELTA;
|
||||
MaxDropoffHeight 24;
|
||||
MaxStepHeight 24;
|
||||
|
|
Loading…
Reference in a new issue