Reduced Halloween Skelly spawn rate
Reduced Halloween Skelly spawn rate
This commit is contained in:
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);
|
||||
|
Reference in New Issue
Block a user