share/hedgewars/Data/Scripts/Multiplayer/Racer.lua
changeset 15788 acf70c44065b
parent 15489 3c0a3c824c49
child 15964 d18261ddac4a
--- 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