diff -r a823de31240e -r fe9c12209f15 share/hedgewars/Data/Scripts/SpeedShoppa.lua --- a/share/hedgewars/Data/Scripts/SpeedShoppa.lua Mon Feb 19 11:18:13 2018 +0100 +++ b/share/hedgewars/Data/Scripts/SpeedShoppa.lua Mon Feb 19 13:46:40 2018 +0100 @@ -162,6 +162,7 @@ if not gameEnded then if cratesCollected == #crates then PlaySound(sndVictory, playerHog) + SetEffect(playerHog, heInvulnerable, 1) SetState(playerHog, bor(GetState(playerHog), gstWinner)) SetState(playerHog, band(GetState(playerHog), bnot(gstHHDriven))) AddCaption(loc("Challenge completed!"))