X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fdefault%2Fhavocbot%2Fhavocbot.qh;h=2ec6316917f73f32c74ccedaf8ce28d4b4774044;hb=c82f443ca5bd14613c7d24ed9f5898c40c677dd2;hp=2f987f674ec8719503137e05452abe5e7701fd1e;hpb=820589b53e6802eb4c5ea563bb58d48c4f4aa9e1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/bot/default/havocbot/havocbot.qh b/qcsrc/server/bot/default/havocbot/havocbot.qh index 2f987f674..2ec631691 100644 --- a/qcsrc/server/bot/default/havocbot/havocbot.qh +++ b/qcsrc/server/bot/default/havocbot/havocbot.qh @@ -23,6 +23,7 @@ .float havocbot_stickenemy; .float havocbot_role_timeout; +.float bot_stop_moving_timeout; .float bot_tracewalk_time; .entity ignoregoal; .entity bot_lastseengoal; @@ -61,5 +62,3 @@ void(entity this, float ratingscale, vector org, float sradius) havocbot_goalrat */ .entity draggedby; -.float ladder_time; -.entity ladder_entity;