From e48008d64290f2f8e993eac89d0a139ee807cad9 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Fri, 14 May 2021 04:41:34 +1000 Subject: [PATCH] Change "You killed your own dumb self!" to "You fragged yourself!" --- qcsrc/common/notifications/all.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/notifications/all.inc b/qcsrc/common/notifications/all.inc index 5fe8699c2..3c5684989 100644 --- a/qcsrc/common/notifications/all.inc +++ b/qcsrc/common/notifications/all.inc @@ -615,7 +615,7 @@ string multiteam_info_sprintf(string input, string teamname) { return ((input != MSG_CENTER_NOTIF(DEATH_SELF_DROWN, N_ENABLE, 0, 0, "", CPID_Null, "0 0", strcat(BOLD_OPERATOR, _("^K1You couldn't catch your breath!")), "") MSG_CENTER_NOTIF(DEATH_SELF_FALL, N_ENABLE, 0, 0, "", CPID_Null, "0 0", strcat(BOLD_OPERATOR, _("^K1You hit the ground with a crunch!")), "") MSG_CENTER_NOTIF(DEATH_SELF_FIRE, N_ENABLE, 0, 0, "", CPID_Null, "0 0", strcat(BOLD_OPERATOR, _("^K1You got a little bit too crispy!")), strcat(BOLD_OPERATOR, _("^K1You felt a little too hot!"))) - MSG_CENTER_NOTIF(DEATH_SELF_GENERIC, N_ENABLE, 0, 0, "", CPID_Null, "0 0", strcat(BOLD_OPERATOR, _("^K1You killed your own dumb self!")), strcat(BOLD_OPERATOR, _("^K1You need to be more careful!"))) + MSG_CENTER_NOTIF(DEATH_SELF_GENERIC, N_ENABLE, 0, 0, "", CPID_Null, "0 0", strcat(BOLD_OPERATOR, _("^K1You fragged yourself!")), strcat(BOLD_OPERATOR, _("^K1You need to be more careful!"))) MSG_CENTER_NOTIF(DEATH_SELF_LAVA, N_ENABLE, 0, 0, "", CPID_Null, "0 0", strcat(BOLD_OPERATOR, _("^K1You couldn't stand the heat!")), "") MSG_CENTER_NOTIF(DEATH_SELF_MONSTER, N_ENABLE, 0, 0, "", CPID_Null, "0 0", strcat(BOLD_OPERATOR, _("^K1You were killed by a monster!")), strcat(BOLD_OPERATOR, _("^K1You need to watch out for monsters!"))) MSG_CENTER_NOTIF(DEATH_SELF_NADE, N_ENABLE, 0, 0, "", CPID_Null, "0 0", strcat(BOLD_OPERATOR, _("^K1You forgot to put the pin back in!")), strcat(BOLD_OPERATOR, _("^K1Tastes like chicken!"))) -- 2.39.2