]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/default/havocbot/havocbot.qc
Use gender-neutral pronouns when referring to the player
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / havocbot / havocbot.qc
index f9a56195b2e3e1abf6b70b792ebf0719ee48958d..57c18f096f219b702a8e72cac6e66d1fc891cd93 100644 (file)
@@ -1297,7 +1297,7 @@ void havocbot_chooseenemy(entity this)
                        if (trace_ent == this.enemy || trace_fraction == 1)
                        if (vdist(targ_pos - this.origin, <, 1000))
                        {
-                               // remain tracking him for a shot while (case he went after a small corner or pilar
+                               // remain tracking them for a shot while (case they went after a small corner or pilar
                                this.havocbot_chooseenemy_finished = time + 0.5;
                                return;
                        }