]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
High rating for 50 armor is more than enough (justified by its long respawn time)
authorterencehill <piuntn@gmail.com>
Wed, 28 Dec 2016 18:38:17 +0000 (19:38 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 28 Dec 2016 18:38:17 +0000 (19:38 +0100)
qcsrc/common/items/item/armor.qh

index b222ca62894465b23364409bb9d369fe478d53c3..4b6b9fdf6c4c8554599bdcc9e3e14830ea699fd3 100644 (file)
@@ -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);