From 38b2e71b5050bc0168f4dd14ef086ae2b959ef24 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Tue, 7 Sep 2010 20:36:02 +0300 Subject: [PATCH] Bad bot! Haven't I taught you not to kick team mate's bellies? Probably not :P --- data/qcsrc/server/bot/havocbot/vore_ai.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/data/qcsrc/server/bot/havocbot/vore_ai.qc b/data/qcsrc/server/bot/havocbot/vore_ai.qc index d7f69548..28c3ec1e 100644 --- a/data/qcsrc/server/bot/havocbot/vore_ai.qc +++ b/data/qcsrc/server/bot/havocbot/vore_ai.qc @@ -152,6 +152,7 @@ void Vore_AI() // all we can do in the stomach is kick and do some damage / try to escape if(self.eater.classname == "player" && time > self.decide_delay2) + if not(teams_matter && self.team == self.eater.team) { // the higher the skill, the more the bot will kick in your stomack if(skill >= random_try) -- 2.39.2