From: terencehill Date: Tue, 27 Jun 2023 22:25:31 +0000 (+0200) Subject: invisible.tga -> invisibility.tga X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7f08e8c1ae84cb2bddf9985b1b0b37003aada3d8;p=xonotic%2Fxonotic-data.pk3dir.git invisible.tga -> invisibility.tga --- diff --git a/gfx/hud/luma/invisibility.tga b/gfx/hud/luma/invisibility.tga new file mode 100644 index 000000000..a4e9d311c 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 index a4e9d311c..000000000 Binary files a/gfx/hud/luma/invisible.tga and /dev/null differ diff --git a/qcsrc/common/mutators/mutator/powerups/powerup/invisibility.qh b/qcsrc/common/mutators/mutator/powerups/powerup/invisibility.qh index 2fb44fdc2..ebae1336e 100644 --- a/qcsrc/common/mutators/mutator/powerups/powerup/invisibility.qh +++ b/qcsrc/common/mutators/mutator/powerups/powerup/invisibility.qh @@ -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)); diff --git a/qcsrc/common/notifications/all.inc b/qcsrc/common/notifications/all.inc index 164f694e9..87d6e46ed 100644 --- a/qcsrc/common/notifications/all.inc +++ b/qcsrc/common/notifications/all.inc @@ -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"), "")