]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
invisible.tga -> invisibility.tga
authorterencehill <piuntn@gmail.com>
Tue, 27 Jun 2023 22:25:31 +0000 (00:25 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 27 Jun 2023 22:57:31 +0000 (00:57 +0200)
gfx/hud/luma/invisibility.tga [new file with mode: 0644]
gfx/hud/luma/invisible.tga [deleted file]
qcsrc/common/mutators/mutator/powerups/powerup/invisibility.qh
qcsrc/common/notifications/all.inc

diff --git a/gfx/hud/luma/invisibility.tga b/gfx/hud/luma/invisibility.tga
new file mode 100644 (file)
index 0000000..a4e9d31
Binary files /dev/null and b/gfx/hud/luma/invisibility.tga differ
diff --git a/gfx/hud/luma/invisible.tga b/gfx/hud/luma/invisible.tga
deleted file mode 100644 (file)
index a4e9d31..0000000
Binary files a/gfx/hud/luma/invisible.tga and /dev/null differ
index 2fb44fdc2c16b27ab6cf7568cec2acb390957f13..ebae1336e5d06c48eefd47b56b987e8b0f5937d9 100644 (file)
@@ -43,7 +43,7 @@ REGISTER_ITEM(Invisibility, Powerup) {
 #endif
     this.netname            =   "invisibility";
     this.m_name             =   _("Invisibility");
-    this.m_icon             =   "invisible";
+    this.m_icon             =   "invisibility";
     this.m_color            =   '0.5 0.5 1';
     this.m_waypoint         =   _("Invisibility");
     this.m_waypointblink    =   2;
@@ -55,6 +55,6 @@ CLASS(Invisibility, Powerups)
     ATTRIB(Invisibility, netname, string, "invisibility");
     ATTRIB(Invisibility, m_name, string, _("Invisibility"));
     ATTRIB(Invisibility, m_color, vector, '0.5 0.5 1');
-    ATTRIB(Invisibility, m_icon, string, "invisible");
+    ATTRIB(Invisibility, m_icon, string, "invisibility");
 ENDCLASS(Invisibility)
 REGISTER_STATUSEFFECT(Invisibility, NEW(Invisibility));
index 164f694e9db1c8fb82c58f60981762a16dc87bab..87d6e46ed1c5322ff4ebd0bd6ff4ca321253ee9a 100644 (file)
@@ -416,7 +416,7 @@ string multiteam_info_sprintf(string input, string teamname) { return ((input !=
     MULTITEAM_INFO(ONSLAUGHT_GENDESTROYED,                  N_CONSOLE,  0, 0, "", "",           "",     _("^TC^TT^BG generator has been destroyed"), "", GENERATOR)
     MULTITEAM_INFO(ONSLAUGHT_GENDESTROYED_OVERTIME,         N_CONSOLE,  0, 0, "", "",           "",     _("^TC^TT^BG generator spontaneously combusted due to overtime!"), "", GENERATOR)
 
-    MSG_INFO_NOTIF(POWERUP_INVISIBILITY,                    N_CONSOLE,  1, 0, "s1", "s1",       "invisible",      _("^BG%s^K1 picked up Invisibility"), "")
+    MSG_INFO_NOTIF(POWERUP_INVISIBILITY,                    N_CONSOLE,  1, 0, "s1", "s1",       "invisibility",   _("^BG%s^K1 picked up Invisibility"), "")
     MSG_INFO_NOTIF(POWERUP_SHIELD,                          N_CONSOLE,  1, 0, "s1", "s1",       "shield",         _("^BG%s^K1 picked up Shield"), "")
     MSG_INFO_NOTIF(POWERUP_SPEED,                           N_CONSOLE,  1, 0, "s1", "s1",       "speed",          _("^BG%s^K1 picked up Speed"), "")
     MSG_INFO_NOTIF(POWERUP_STRENGTH,                        N_CONSOLE,  1, 0, "s1", "s1",       "strength",       _("^BG%s^K1 picked up Strength"), "")