]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/bot/havocbot/vore_ai.qc
Gramm@r
[voretournament/voretournament.git] / data / qcsrc / server / bot / havocbot / vore_ai.qc
index fed7218ba0aaaa074f4c463d0a0e6e06e9aa738d..f6154daefd51f5a338aab205f90ff94952c46d2e 100644 (file)
@@ -139,7 +139,7 @@ void Vore_AI()
                        if not(teams_matter && prey.team == self.team)
                        {
                                self.BUTTON_ATCK = TRUE; // swallow
-                               self.decide_pred = time + decide_pred_time; // time before the bot decides what to do with their prey
+                               self.decide_pred = time + decide_pred_time; // time before the bot decides what to do with his prey
                        }
                        self.decide_swallow = time + cvar("bot_ai_vore_decide_swallow") / self.bot_vorethinkpred; // this is needed to take a proper decision, otherwise the code would execute each frame and return TRUE quickly
                }
@@ -160,7 +160,7 @@ void Vore_AI()
                                if(skill >= randomtry)
                                        self.BUTTON_DIGEST = TRUE; // digest
 
-                               self.decide_pred = time + decide_pred_time; // time before the bot decides what to do with their prey
+                               self.decide_pred = time + decide_pred_time; // time before the bot decides what to do with his prey
                        }
                }
        }