# HG changeset patch # User Wuzzy # Date 1560723018 -7200 # Node ID d2e477eee43368965767780ddad31db7c2b38549 # Parent a251d8757e8caf66bb8b8d7a0bddd72d0c795910 ACF5: Tweak hog coordinates to avoid floating diff -r a251d8757e8c -r d2e477eee433 share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua Sun Jun 16 13:55:32 2019 +0200 +++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua Mon Jun 17 00:10:18 2019 +0200 @@ -83,7 +83,7 @@ nativePos = {{887, 329}, {1050, 288}, {1731, 707}, {830, 342}, {1001, 290}, {773, 340}, - {953, 305}, {347, 648}, {314, 647}} + {953, 314}, {347, 648}, {314, 647}} nativeDir = {"Right", "Left", "Left", "Right", "Left", "Right", @@ -105,7 +105,7 @@ cyborgPos = {1369, 574} cyborgPos2 = {1308, 148} -deployedPos = {2522, 1365} +deployedPos = {2522, 1372} -----------------------------Variables--------------------------------- natives = {} nativeDead = {} @@ -819,7 +819,7 @@ table.insert(wave3DeadAnim, {func = AnimWait, args = {deployedHog, 100}}) table.insert(wave3DeadAnim, {func = AnimSay, args = {deployedHog, loc("Where are they?!"), SAY_THINK, 3000}}) table.insert(wave3DeadAnim, {func = AnimCustomFunction, args = {deployedHog, RestoreCyborg, {}}}) - table.insert(wave3DeadAnim, {func = AnimOutOfNowhere, args = {cyborg, 4040, 782}}) + table.insert(wave3DeadAnim, {func = AnimOutOfNowhere, args = {cyborg, 4040, 790}}) table.insert(wave3DeadAnim, {func = AnimSay, args = {cyborg, loc("These primitive people are so funny!"), SAY_THINK, 6500}}) table.insert(wave3DeadAnim, {func = AnimMove, args = {cyborg, "Right", 4060, 0, 7000}}) table.insert(wave3DeadAnim, {func = AnimSwitchHog, args = {deployedHog}})