]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/item/armor.qh
Update whitespace of waypoint icons to match that of other registry items
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item / armor.qh
index b5a784986f343f135475c939b8da1d21d2ed2ff7..76ad9b60f9508ee4657d764ee73b7ea127247df6 100644 (file)
@@ -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';