Reduced Halloween Skelly spawn rate

Reduced Halloween Skelly spawn rate
This commit is contained in:
Jaysyn904 2023-10-29 18:21:02 -04:00
parent 3c03e90376
commit 151cb65f3b
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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);