ACF7: Fix incorrect hog name used in speech bubble
authorWuzzy <Wuzzy2@mail.ru>
Fri, 09 Mar 2018 02:03:03 +0100
changeset 13138 52d7672363c1
parent 13137 475c9d54a8e2
child 13139 674b76f2d64a
ACF7: Fix incorrect hog name used in speech bubble
share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua
--- 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