]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/instagib/items.qh
Update whitespace of waypoint icons to match that of other registry items
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / instagib / items.qh
index 6adda9e1958b1331336a319ca83f3d3894b56ddd..f88cfd77649e0bdda784c5272f1ee71fbb3252ba 100644 (file)
@@ -59,8 +59,8 @@ REGISTER_ITEM(ExtraLife, Powerup) {
     this.m_name                 =   _("Extra life");
     this.m_icon                 =   "item_mega_health";
     this.m_color                =   '1 0 0';
-       this.m_waypoint_text        =   _("Extra life");
-       this.m_waypoint_icon        =   "waypoint_health_mega";
+    this.m_waypoint_text        =   _("Extra life");
+    this.m_waypoint_icon        =   "waypoint_health_mega";
     this.m_waypointblink        =   2;
 #ifdef SVQC
     this.m_itemid               =   IT_RESOURCE;
@@ -94,8 +94,8 @@ REGISTER_ITEM(Invisibility, Powerup) {
     this.m_name             =   _("Invisibility");
     this.m_icon             =   "strength";
     this.m_color            =   '0 0 1';
-       this.m_waypoint_text    =   _("Invisibility");
-       this.m_waypoint_icon    =   "waypoint_invisibility";
+    this.m_waypoint_text    =   _("Invisibility");
+    this.m_waypoint_icon    =   "waypoint_invisibility";
     this.m_waypointblink    =   2;
 #ifdef GAMEQC
     this.m_itemid           =   IT_STRENGTH;
@@ -132,8 +132,8 @@ REGISTER_ITEM(Speed, Powerup) {
     this.m_name             =   _("Speed");
     this.m_icon             =   "shield";
     this.m_color            =   '1 0 1';
-       this.m_waypoint_text    =   _("Speed");
-       this.m_waypoint_icon    =   "waypoint_speed";
+    this.m_waypoint_text    =   _("Speed");
+    this.m_waypoint_icon    =   "waypoint_speed";
     this.m_waypointblink    =   2;
 #ifdef GAMEQC
     this.m_itemid           =   IT_INVINCIBLE;