From 21fafb34e9feadd9065f4188b4ea70b23f9f3e14 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Mon, 9 Dec 2013 18:07:48 -0500 Subject: [PATCH] On second thought, no, we're not moving this --- qcsrc/server/bot/havocbot/havocbot.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/bot/havocbot/havocbot.qc b/qcsrc/server/bot/havocbot/havocbot.qc index 5112d1825..5fe365327 100644 --- a/qcsrc/server/bot/havocbot/havocbot.qc +++ b/qcsrc/server/bot/havocbot/havocbot.qc @@ -544,7 +544,7 @@ void havocbot_movetogoal() else if(self.aistatus & AI_STATUS_OUT_JUMPPAD) self.aistatus &= ~AI_STATUS_OUT_JUMPPAD; - // If there is a trigger_hurt right below try to use the jetpack or make a rocketjump // WEAPONTODO: move this to bot think! + // If there is a trigger_hurt right below try to use the jetpack or make a rocketjump if(skill>6) if (!(self.flags & FL_ONGROUND)) { -- 2.39.2