share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua
changeset 13643 690cc84e9fd6
parent 13583 141cdfe0f3ca
child 13664 85506d95977d
equal deleted inserted replaced
13642:3d14950641a4 13643:690cc84e9fd6
   167 function heroDeath(gear)
   167 function heroDeath(gear)
   168 	gameOver()
   168 	gameOver()
   169 end
   169 end
   170 
   170 
   171 function lose(gear)
   171 function lose(gear)
   172 	AddCaption(loc("Out of ammo!"), 0xFFFFFFFF, capgrpMessage2)
   172 	AddCaption(loc("Out of ammo!"), capcolDefault, capgrpMessage2)
   173 	PlaySound(sndStupid, hero.gear)
   173 	PlaySound(sndStupid, hero.gear)
   174 	gameOver()
   174 	gameOver()
   175 end
   175 end
   176 
   176 
   177 ----------------- Other Functions -----------------
   177 ----------------- Other Functions -----------------