diff -r 9d6a25239d00 -r 4c5fb1ee75b7 share/hedgewars/Data/Scripts/SpeedShoppa.lua --- a/share/hedgewars/Data/Scripts/SpeedShoppa.lua Mon May 13 20:26:07 2019 +0200 +++ b/share/hedgewars/Data/Scripts/SpeedShoppa.lua Mon May 13 21:23:25 2019 +0200 @@ -177,6 +177,9 @@ end gameEnded = true EndGame() + if cratesCollected == #crates then + SetState(playerHog, gstWinner) + end end end