share/hedgewars/Data/Maps/Control/map.lua
changeset 13272 5984e8c6cbeb
parent 13103 cf2a58dccc4a
child 13630 fe7d2bbf5f3f
equal deleted inserted replaced
13271:4b9c5cf49c9f 13272:5984e8c6cbeb
   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, gfAISurvival)
   322 	DisableGameFlags(gfKing, gfAISurvival)
   323 	WaterRise = 0
   323 	WaterRise = 0
   324 	HealthDecrease = 0
   324 	HealthDecrease = 0
   325 
   325 
   326 end
   326 end
   327 
   327