X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fw_hook.qc;h=70fe77814de201e42e9f583d1e7b49c3da89e8a2;hb=ca4b93ed723cab84606033100e7a75e842222780;hp=c8d1369f7b42b11363f032163ec8b95eb306dc81;hpb=0a6ce0928d11c81f66a7d3b63d2e6375169b6f47;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/w_hook.qc b/qcsrc/server/w_hook.qc index c8d1369f7..70fe77814 100644 --- a/qcsrc/server/w_hook.qc +++ b/qcsrc/server/w_hook.qc @@ -262,9 +262,9 @@ float w_hook(float req) precache_sound("weapons/hookbomb_impact.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 run into #'s gravity bomb"; + w_deathtypestring = "%s has run into %s's gravity bomb"; return TRUE; } #endif