share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua
changeset 15788 acf70c44065b
parent 14699 368e582fcd18
--- a/share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua	Fri May 28 14:18:52 2021 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua	Fri May 28 15:06:39 2021 +0200
@@ -323,13 +323,13 @@
 
 		if currHog ~= lastHog then
 
-			-- re-assign ammo to this guy, so that his entire ammo set will
+			-- re-assign ammo to this fellow, so that their entire ammo set will
 			-- be visible during another player's turn
 			if lastHog ~= nil and GetHealth(lastHog) then
 				ConvertValues(lastHog)
 			end
 
-			-- give the new hog what he is supposed to have, too
+			-- give the new hog what they are supposed to have, too
 			ConvertValues(CurrentHedgehog)
 
 		end