From: MirceaKitsune Date: Tue, 7 Sep 2010 17:36:02 +0000 (+0300) Subject: Bad bot! Haven't I taught you not to kick team mate's bellies? Probably not :P X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=38b2e71b5050bc0168f4dd14ef086ae2b959ef24;p=voretournament%2Fvoretournament.git Bad bot! Haven't I taught you not to kick team mate's bellies? Probably not :P --- 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)