X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fdefault%2Fhavocbot%2Fhavocbot.qh;h=2ec6316917f73f32c74ccedaf8ce28d4b4774044;hp=88ba407a2d68aca2dd10f96bbe028c79de4987a9;hb=76dd66af43f0f01131d019c3a8dacfe35a6f6a18;hpb=5fb2f3c4e123910e6291d6337fadd61f5199f5a5 diff --git a/qcsrc/server/bot/default/havocbot/havocbot.qh b/qcsrc/server/bot/default/havocbot/havocbot.qh index 88ba407a2d..2ec6316917 100644 --- a/qcsrc/server/bot/default/havocbot/havocbot.qh +++ b/qcsrc/server/bot/default/havocbot/havocbot.qh @@ -23,6 +23,8 @@ .float havocbot_stickenemy; .float havocbot_role_timeout; +.float bot_stop_moving_timeout; +.float bot_tracewalk_time; .entity ignoregoal; .entity bot_lastseengoal; .entity havocbot_personal_waypoint; @@ -60,5 +62,3 @@ void(entity this, float ratingscale, vector org, float sradius) havocbot_goalrat */ .entity draggedby; -.float ladder_time; -.entity ladder_entity;