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 == "10/31") ||
|
||||||
(sMonthDay == "11/01"))
|
(sMonthDay == "11/01"))
|
||||||
{
|
{
|
||||||
//:: 40% chance to spawn
|
//:: 33% chance to spawn
|
||||||
if ( Random(100) < 40 )
|
if ( Random(100) < 33 )
|
||||||
{
|
{
|
||||||
//:: Spawn Skeleton.
|
//:: Spawn Skeleton.
|
||||||
eVFX = EffectVisualEffect(VFX_IMP_EVIL_HELP);
|
eVFX = EffectVisualEffect(VFX_IMP_EVIL_HELP);
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user