share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/cosmos.lua
changeset 12615 fbd0001ba2e7
parent 12598 9805a1f8fb93
child 12830 ffa905c96dd8
equal deleted inserted replaced
12614:806b6088863a 12615:fbd0001ba2e7
   292 	end
   292 	end
   293 	if not abandonCheck and checkPointReached == 5 then
   293 	if not abandonCheck and checkPointReached == 5 then
   294 		if abandonedPlanetMission then
   294 		if abandonedPlanetMission then
   295 			HogSay(hero.gear, loc("I just forgot all checkpoints of incomplete missions."), SAY_THINK)
   295 			HogSay(hero.gear, loc("I just forgot all checkpoints of incomplete missions."), SAY_THINK)
   296 		end
   296 		end
   297 		abandonCheck = false
   297 		abandonCheck = true
   298 	end
   298 	end
   299 
   299 
   300 	if CurrentHedgehog == hero.gear then
   300 	if CurrentHedgehog == hero.gear then
   301 		-- Hero just got spotted by guards
   301 		-- Hero just got spotted by guards
   302 		if getReadyForRumble then
   302 		if getReadyForRumble then