# HG changeset patch # User Wuzzy # Date 1493324096 -7200 # Node ID f57053c4551db8001655ba8abaf8db5228aefed0 # Parent 05fe955e276380c7eb2a70dfcc2b27e69d765340 Fix Lua fail in Long Live the Queen mission on victory diff -r 05fe955e2763 -r f57053c4551d 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------------------------------------