VolcanoEscape: Remove Rule_Restart

alut-include-path
Fulgen301 2017-02-17 18:44:48 +01:00
parent 6fd109eb14
commit cebe111429
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ protected func Initialize()
}
// Create Disasters.
//Earthquake->SetChance(2); - this is so random...not fair without relaunches
ScheduleCall(nil, Global.RemoveAll, 3, nil, Find_ID(Rule_Restart));
return;
}