diff -r bd1db668b7c0 -r ead8928a59f8 share/hedgewars/Data/Scripts/SpeedShoppa.lua --- a/share/hedgewars/Data/Scripts/SpeedShoppa.lua Tue Dec 18 15:21:23 2018 +0100 +++ b/share/hedgewars/Data/Scripts/SpeedShoppa.lua Tue Dec 18 18:16:31 2018 +0100 @@ -164,6 +164,7 @@ _G.finalize = function() if not gameEnded then if cratesCollected == #crates then + SaveMissionVar("Won", "true") PlaySound(sndVictory, playerHog) SetEffect(playerHog, heInvulnerable, 1) SetState(playerHog, bor(GetState(playerHog), gstWinner))