X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems%2Fitem%2Farmor.qh;fp=qcsrc%2Fcommon%2Fitems%2Fitem%2Farmor.qh;h=76ad9b60f9508ee4657d764ee73b7ea127247df6;hp=b5a784986f343f135475c939b8da1d21d2ed2ff7;hb=d0dc81614abba9b3d483e7a71f87e1187c7df91c;hpb=ca2b4af3846cb6e38d166006cc3b32c89cf99142 diff --git a/qcsrc/common/items/item/armor.qh b/qcsrc/common/items/item/armor.qh index b5a784986..76ad9b60f 100644 --- a/qcsrc/common/items/item/armor.qh +++ b/qcsrc/common/items/item/armor.qh @@ -41,7 +41,7 @@ REGISTER_ITEM(ArmorSmall, Armor) { this.netname = "armor_small"; this.m_name = _("Small armor"); this.m_icon = "armor"; - this.m_waypoint_icon = "waypoint_armor"; + this.m_waypoint_icon = "waypoint_armor"; #ifdef SVQC this.m_itemid = IT_RESOURCE; this.m_respawntime = GET(g_pickup_respawntime_short); @@ -80,7 +80,7 @@ REGISTER_ITEM(ArmorMedium, Armor) { this.netname = "armor_medium"; this.m_name = _("Medium armor"); this.m_icon = "armor"; - this.m_waypoint_icon = "waypoint_armor"; + this.m_waypoint_icon = "waypoint_armor"; #ifdef SVQC this.m_itemid = IT_RESOURCE; this.m_respawntime = GET(g_pickup_respawntime_medium); @@ -120,8 +120,8 @@ REGISTER_ITEM(ArmorBig, Armor) { this.m_name = _("Big armor"); this.m_icon = "armor"; this.m_color = '0 1 0'; - this.m_waypoint_text = _("Big armor"); - this.m_waypoint_icon = "waypoint_armor"; + this.m_waypoint_text = _("Big armor"); + this.m_waypoint_icon = "waypoint_armor"; #ifdef SVQC this.m_itemid = IT_RESOURCE; this.m_respawntime = GET(g_pickup_respawntime_long); @@ -161,8 +161,8 @@ REGISTER_ITEM(ArmorMega, Armor) { this.m_name = _("Mega armor"); this.m_icon = "item_large_armor"; this.m_color = '0 1 0'; - this.m_waypoint_text = _("Mega armor"); - this.m_waypoint_icon = "waypoint_armor_mega"; + this.m_waypoint_text = _("Mega armor"); + this.m_waypoint_icon = "waypoint_armor_mega"; this.m_waypointblink = 2; #ifdef SVQC this.m_maxs = '16 16 70';