# HG changeset patch # User Wuzzy # Date 1520557383 -3600 # Node ID 52d7672363c18aacc8d71d92e080e3c25017ab12 # Parent 475c9d54a8e2e641ba458e2a658863637ca28b0a ACF7: Fix incorrect hog name used in speech bubble diff -r 475c9d54a8e2 -r 52d7672363c1 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