From c3e70fd5ad7f2c97b994fdb7346fa242d4ee1a03 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Tue, 5 Oct 2010 14:57:09 +0300 Subject: [PATCH] Fix another comment just for the sake of it --- data/qcsrc/server/bot/havocbot/vore_ai.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/server/bot/havocbot/vore_ai.qc b/data/qcsrc/server/bot/havocbot/vore_ai.qc index f6154dae..f204d4c3 100644 --- a/data/qcsrc/server/bot/havocbot/vore_ai.qc +++ b/data/qcsrc/server/bot/havocbot/vore_ai.qc @@ -155,7 +155,7 @@ void Vore_AI() else if(!self.digesting && cvar("g_vore_digestion")) { - // the higher the skill, the faster bots will start to digest you + // the higher the skill, the faster bots will start to digest if not(g_rpg && cvar("g_rpg_botattack") < 2) if(skill >= randomtry) self.BUTTON_DIGEST = TRUE; // digest -- 2.39.2