X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fw_nex.qc;h=aee2a80a28e1aad32baa97fb357db263ae8cdb26;hp=4c30f4c675c5f6b1bd45102cd199324c11476708;hb=68c78ae5b446ef95a908d345f054be33e2cada96;hpb=0a6ce0928d11c81f66a7d3b63d2e6375169b6f47 diff --git a/qcsrc/server/w_nex.qc b/qcsrc/server/w_nex.qc index 4c30f4c67..aee2a80a2 100644 --- a/qcsrc/server/w_nex.qc +++ b/qcsrc/server/w_nex.qc @@ -93,9 +93,9 @@ float w_nex(float req) precache_sound("weapons/neximpact.wav"); } else if (req == WR_SUICIDEMESSAGE) - w_deathtypestring = "did the impossible"; + w_deathtypestring = "%s did the impossible"; else if (req == WR_KILLMESSAGE) - w_deathtypestring = "has been vaporized by"; + w_deathtypestring = "%s has been vaporized by %s"; return TRUE; } #endif