]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make automatic revival message white, as it is just an info message
authorMario <mario.mario@y7mail.com>
Sun, 1 Nov 2020 16:23:53 +0000 (02:23 +1000)
committerMario <mario.mario@y7mail.com>
Sun, 1 Nov 2020 16:23:53 +0000 (02:23 +1000)
qcsrc/common/notifications/all.inc

index 275d25b0ff5a5d2894b83420050cd4daadb0b108..d692d73c8df82aa1f5463f31e03e50b20aeb8901 100644 (file)
@@ -667,7 +667,7 @@ string multiteam_info_sprintf(string input, string teamname) { return ((input !=
     MSG_CENTER_NOTIF(FREEZETAG_REVIVE,                  N_ENABLE,    1, 0, "s1",             CPID_Null,              "0 0",  _("^K3You revived ^BG%s"), "")
     MSG_CENTER_NOTIF(FREEZETAG_REVIVE_SELF,             N_ENABLE,    0, 0, "",               CPID_Null,              "0 0",  _("^K3You revived yourself"), "")
     MSG_CENTER_NOTIF(FREEZETAG_REVIVED,                 N_ENABLE,    1, 0, "s1",             CPID_Null,              "0 0",  _("^K3You were revived by ^BG%s"), "")
-    MSG_CENTER_NOTIF(FREEZETAG_AUTO_REVIVED,            N_ENABLE,    0, 1, "f1",             CPID_Null,              "0 0",  _("^K3You were automatically revived after %s seconds"), "")
+    MSG_CENTER_NOTIF(FREEZETAG_AUTO_REVIVED,            N_ENABLE,    0, 1, "f1",             CPID_Null,              "0 0",  _("^BGYou were automatically revived after %s seconds"), "")
 
     MSG_CENTER_NOTIF(GENERATOR_UNDERATTACK,             N_ENABLE,    0, 0, "",               CPID_Null,              "0 0",  _("^BGThe generator is under attack!"), "")