mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-13 07:04:33 +00:00
Update MissionTypeOptions.cs
Siege NoBaseRape toggle
This commit is contained in:
parent
95db8d9c06
commit
911eb7e904
1 changed files with 5 additions and 0 deletions
|
|
@ -49,6 +49,11 @@ function loadMissionStage2()
|
||||||
//Start MapRepetitionChecker
|
//Start MapRepetitionChecker
|
||||||
$MapRepetitionSchedule = schedule(20000, 0, "MapRepetitionChecker", %game);
|
$MapRepetitionSchedule = schedule(20000, 0, "MapRepetitionChecker", %game);
|
||||||
|
|
||||||
|
if( $CurrentMissionType $= "Siege" )
|
||||||
|
$Host::EvoNoBaseRapeEnabled = 0;
|
||||||
|
else
|
||||||
|
$Host::EvoNoBaseRapeEnabled = 1;
|
||||||
|
|
||||||
parent::loadMissionStage2();
|
parent::loadMissionStage2();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue