share/hedgewars/Data/Maps/Control/map.lua
changeset 13103 cf2a58dccc4a
parent 13102 a4872ca7f17c
child 13272 5984e8c6cbeb
equal deleted inserted replaced
13102:a4872ca7f17c 13103:cf2a58dccc4a
   317 function onGameInit()
   317 function onGameInit()
   318 
   318 
   319 	-- Things we don't modify here will use their default values.
   319 	-- Things we don't modify here will use their default values.
   320 	
   320 	
   321 	EnableGameFlags(gfInfAttack, gfSolidLand)
   321 	EnableGameFlags(gfInfAttack, gfSolidLand)
   322 	DisableGameFlags(gfKing, gfForts)
   322 	DisableGameFlags(gfKing, gfForts, gfAISurvival)
   323 	WaterRise = 0
   323 	WaterRise = 0
   324 	HealthDecrease = 0
   324 	HealthDecrease = 0
   325 
   325 
   326 end
   326 end
   327 
   327