share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/backstab.lua
changeset 7255 93cf6b3b89be
parent 7253 86814ed9feab
child 7259 b630df7ac843
--- a/share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/backstab.lua	Mon Jul 16 20:38:31 2012 +0300
+++ b/share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/backstab.lua	Mon Jul 16 20:56:55 2012 +0300
@@ -681,7 +681,7 @@
   table.insert(wave3DeadAnim, {func = AnimTurn, args = {deployedHog, "Left"}})
   table.insert(wave3DeadAnim, {func = AnimSay, args = {deployedHog, "That ought to show them!", SAY_SAY, 4000}})
   table.insert(wave3DeadAnim, {func = AnimSay, args = {deployedHog, "Guys, do you think there's more of them?", SAY_SHOUT, 7000}})
-  table.insert(wave3DeadAnim, {func = AnimVisualGear, args = {deployedHog, unpack(nativePos[wiseNum]), vgtEvilTrace, 0, true}})
+  table.insert(wave3DeadAnim, {func = AnimVisualGear, args = {deployedHog, unpack(nativePos[wiseNum]), vgtFeather, 0, true, true}})
   table.insert(wave3DeadAnim, {func = AnimWait, args = {deployedHog, 1000}})
   table.insert(wave3DeadAnim, {func = AnimSay, args = {deployedHog, "Where are they?!", SAY_THINK, 3000}})
   table.insert(wave3DeadAnim, {func = AnimCustomFunction, args = {deployedHog, RestoreCyborg, {}}})