diff -r 8bb050e8e40f -r acf70c44065b share/hedgewars/Data/Scripts/Multiplayer/Racer.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Fri May 28 14:18:52 2021 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Fri May 28 15:06:39 2021 +0200 @@ -977,7 +977,7 @@ waypointCursor = false end - -- has the player started his tumbling spree? + -- has the player started? if (CurrentHedgehog ~= nil) then --airstrike conversion used to be here @@ -1010,7 +1010,7 @@ end - -- if the player has expended his tunbling time, stop him tumbling + -- if the player has expended their time, stop if TurnTimeLeft <= 20 and not turnSkipped then DisableTumbler() end