]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_minstanex.qc
Fix warning (same as last, headshotbox this time)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_minstanex.qc
index 7ea3fe851c9a0115db4cac50f2b9ffa1caf10000..bf83fed40d9116d34ef24f1f8d385c286b6a4539 100644 (file)
@@ -287,7 +287,7 @@ float w_minstanex(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;