share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua
changeset 13138 52d7672363c1
parent 13135 824a75401a61
child 13145 5083fb0a2992
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua	Fri Mar 09 01:12:07 2018 +0100
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua	Fri Mar 09 02:03:03 2018 +0100
@@ -354,7 +354,7 @@
     if GetX(natives[2]) == nil and GetX(natives[1]) == nil then
       return
     end
-    HogSay(natives[2], string.format(loc("Finally! We're out of this hellhole. Now go save the princess, %s!"), nativeNames[natives[m5DeployedNum]]), SAY_SAY)
+    HogSay(natives[2], string.format(loc("Finally! We're out of this hellhole. Now go save the princess, %s!"), nativeNames[m5DeployedNum]), SAY_SAY)
   end
   friendsEscaped = true
 end