Fix Lua fail in Long Live the Queen mission on victory
authorWuzzy <almikes@aol.com>
Thu, 27 Apr 2017 22:14:56 +0200
changeset 12362 f57053c4551d
parent 12361 05fe955e2763
child 12363 6ad1f86e0c81
Fix Lua fail in Long Live the Queen mission on victory
share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua	Thu Apr 27 21:00:28 2017 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua	Thu Apr 27 22:14:56 2017 +0200
@@ -488,7 +488,7 @@
   SetHealth(SpawnHealthCrate(2087, 50), 25)
   SetHealth(SpawnHealthCrate(2143, 54), 25)
   SetHealth(SpawnHealthCrate(70, 1308), 25)
-  ShowMission(loc("Long Live The Queen"), loc("Bullseye"), lob("Good job! Defeat the rest of the aliens!"), 1, 0)
+  ShowMission(loc("Long Live The Queen"), loc("Bullseye"), loc("Good job! Defeat the rest of the aliens!"), 1, 0)
   TurnTimeLeft = 0
 end
 -----------------------------Events------------------------------------