mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-30 05:11:00 +00:00
Update MissionTypeOptions.cs
Siege NoBaseRape toggle
This commit is contained in:
parent
95db8d9c06
commit
911eb7e904
|
|
@ -48,6 +48,11 @@ function loadMissionStage2()
|
|||
|
||||
//Start MapRepetitionChecker
|
||||
$MapRepetitionSchedule = schedule(20000, 0, "MapRepetitionChecker", %game);
|
||||
|
||||
if( $CurrentMissionType $= "Siege" )
|
||||
$Host::EvoNoBaseRapeEnabled = 0;
|
||||
else
|
||||
$Host::EvoNoBaseRapeEnabled = 1;
|
||||
|
||||
parent::loadMissionStage2();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue