mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-13 03:33:34 +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
|
|
@ -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…
Add table
Add a link
Reference in a new issue