From d15a0cc4813e72d0259770795a46a289176eb2c9 Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 28 Dec 2016 19:38:17 +0100 Subject: [PATCH] High rating for 50 armor is more than enough (justified by its long respawn time) --- qcsrc/common/items/item/armor.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/items/item/armor.qh b/qcsrc/common/items/item/armor.qh index b222ca628..4b6b9fdf6 100644 --- a/qcsrc/common/items/item/armor.qh +++ b/qcsrc/common/items/item/armor.qh @@ -68,7 +68,7 @@ REGISTER_ITEM(ArmorBig, Armor) { this.m_color = '0 1 0'; this.m_waypoint = _("Big armor"); #ifdef SVQC - this.m_botvalue = 20000; // FIXME: higher than BOT_PICKUP_RATING_HIGH? + this.m_botvalue = BOT_PICKUP_RATING_HIGH; this.m_itemid = IT_ARMOR; this.m_respawntime = GET(g_pickup_respawntime_long); this.m_respawntimejitter = GET(g_pickup_respawntimejitter_long); -- 2.39.2