]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_nex.qc
change "did the impossible" suicide messages to "is now thinking with portals"
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_nex.qc
index 04a1151910bf0f290a7f91eee114aeb97a8a9fc8..fbe4388c692edc765f848dcd6648a671dfec3026 100644 (file)
@@ -250,7 +250,7 @@ float w_nex(float req)
                precache_sound("weapons/neximpact.wav");
        }
        else if (req == WR_SUICIDEMESSAGE)
-               w_deathtypestring = _("%s did the impossible");
+               w_deathtypestring = _("%s is now thinking with portals");
        else if (req == WR_KILLMESSAGE)
                w_deathtypestring = _("%s has been vaporized by %s");
        return TRUE;