]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_nex.qc
Change around some of the death messages for weapons - Some were outdated, others...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_nex.qc
index f9367059555cca67c033a8311e593e9bfc152a81..6847d89b96542c9c95c4695007042fc06c06af8e 100644 (file)
@@ -252,7 +252,7 @@ float w_nex(float req)
        else if (req == WR_SUICIDEMESSAGE)
                w_deathtypestring = _("%s is now thinking with portals");
        else if (req == WR_KILLMESSAGE)
-               w_deathtypestring = _("%s has been vaporized by %s");
+               w_deathtypestring = _("%s has been vaporized by %s's nex");
        return TRUE;
 }
 #endif