fix typo in cosmos spacecampaign
authorPeriklis Ntanasis <pntanasis@gmail.com>
Mon, 26 Aug 2013 06:23:19 +0300
branchspacecampaign
changeset 9580 49db7a78c2bd
parent 9578 16139270448f
child 9582 bf314b2258b3
fix typo in cosmos
share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/cosmos.lua
--- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/cosmos.lua	Mon Aug 26 06:13:36 2013 +0300
+++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/cosmos.lua	Mon Aug 26 06:23:19 2013 +0300
@@ -390,7 +390,7 @@
 function deathPlanetLanding(gear)
 	if checkPointReached < 5 then
 		AddAnim(dialog06)
-	elseif not (status.fruit02 and status.ice01 and status.deset01) then
+	elseif not (status.fruit02 and status.ice01 and status.desert01) then
 		AddAnim(dialog07)
 	else
 		AnimCaption(hero.gear,loc("Welcome to the Death Planet!"))