mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-21 19:51:27 +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';
|
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;
|
||||||
|
|
Loading…
Reference in a new issue