]> git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/bot/havocbot/havocbot.qc
Base it on skill
[voretournament/voretournament.git] / data / qcsrc / server / bot / havocbot / havocbot.qc
index 6dedecdc4bdd1b7d8333107a5a126ace157c4167..1c493edd88bb97102976c1094699fa5a3288d389 100644 (file)
@@ -17,7 +17,7 @@ void havocbot_ai()
        // execute the vore AI for bots
        Vore_AI();
        if(self.eater.classname == "player")
-               return; // an eaten bot has nothing he can do outside of the vore AI
+               return; // an eaten bot has nothing to do outside of the vore AI
 
        if (bot_strategytoken == self)
        if (!bot_strategytoken_taken)