Reduced Halloween Skelly spawn rate
Reduced Halloween Skelly spawn rate
This commit is contained in:
parent
3c03e90376
commit
151cb65f3b
Binary file not shown.
@ -71,8 +71,8 @@ void main()
|
||||
(sMonthDay == "10/31") ||
|
||||
(sMonthDay == "11/01"))
|
||||
{
|
||||
//:: 40% chance to spawn
|
||||
if ( Random(100) < 40 )
|
||||
//:: 33% chance to spawn
|
||||
if ( Random(100) < 33 )
|
||||
{
|
||||
//:: Spawn Skeleton.
|
||||
eVFX = EffectVisualEffect(VFX_IMP_EVIL_HELP);
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user