share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon01.lua
changeset 14401 6c21bd8547dd
parent 13750 110d6c1e817f
child 14488 7bb7e5e54f70
equal deleted inserted replaced
14400:9c7d5f595881 14401:6c21bd8547dd
   107 	MinesNum = 0
   107 	MinesNum = 0
   108 	MinesTime = 3000
   108 	MinesTime = 3000
   109 	Explosives = 0
   109 	Explosives = 0
   110 	HealthDecrease = 0
   110 	HealthDecrease = 0
   111 	WaterRise = 0
   111 	WaterRise = 0
   112 	Delay = 5
       
   113 	Map = "moon01_map"
   112 	Map = "moon01_map"
   114 	Theme = "Cheese" -- Because ofc moon is made of cheese :)
   113 	Theme = "Cheese" -- Because ofc moon is made of cheese :)
   115 	-- Hog Solo
   114 	-- Hog Solo
   116 	AddTeam(teamD.name, teamD.color, "Simple", "Island", "Default", "hedgewars")
   115 	AddTeam(teamD.name, teamD.color, "Simple", "Island", "Default", "hedgewars")
   117 	if tonumber(GetCampaignVar("HeroHealth")) then
   116 	if tonumber(GetCampaignVar("HeroHealth")) then