From: terencehill Date: Wed, 28 Dec 2016 18:38:17 +0000 (+0100) Subject: High rating for 50 armor is more than enough (justified by its long respawn time) X-Git-Tag: xonotic-v0.8.2~343^2~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d15a0cc4813e72d0259770795a46a289176eb2c9;p=xonotic%2Fxonotic-data.pk3dir.git High rating for 50 armor is more than enough (justified by its long respawn time) --- 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);