equal
deleted
inserted
replaced
612 function onGameInit() |
612 function onGameInit() |
613 EnableGameFlags(gfInfAttack) |
613 EnableGameFlags(gfInfAttack) |
614 -- Force-disable various game flags that would break the script |
614 -- Force-disable various game flags that would break the script |
615 DisableGameFlags(gfKing, gfSwitchHog, gfAISurvival, gfPlaceHog, gfTagTeam) |
615 DisableGameFlags(gfKing, gfSwitchHog, gfAISurvival, gfPlaceHog, gfTagTeam) |
616 CaseFreq = 0 |
616 CaseFreq = 0 |
617 TurnTime = 90000 |
|
618 WaterRise = 0 |
617 WaterRise = 0 |
619 HealthDecrease = 0 |
618 HealthDecrease = 0 |
620 end |
619 end |
621 |
620 |
622 function InstructionsBuild() |
621 function InstructionsBuild() |