--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua Fri Dec 14 01:03:35 2018 +0100
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua Fri Dec 14 01:19:12 2018 +0100
@@ -1125,11 +1125,13 @@
end
if stage == spyKillStage then
- if CurrentHedgehog == spyHog or GetHogTeamName(CurrentHedgehog) ~= loc("Natives") then
+ if GetHogTeamName(CurrentHedgehog) ~= loc("Natives") then
EndTurn(true)
else
+ if CurrentHedgehog == spyHog then
+ AnimSwitchHog(natives[leaksNum])
+ end
SetGearMessage(CurrentHedgehog, 0)
- --AnimSwitchHog(natives[leaksNum])
SetTurnTimeLeft(MAX_TURN_TIME)
end
else