]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_hook.qc
Merge remote branch 'refs/remotes/origin/fruitiex/conback'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_hook.qc
index c8d1369f7b42b11363f032163ec8b95eb306dc81..70fe77814de201e42e9f583d1e7b49c3da89e8a2 100644 (file)
@@ -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