]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_uzi.qc
change "did the impossible" suicide messages to "is now thinking with portals"
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_uzi.qc
index 9cf44aaa09c9e2dddccc6cd77f3162d35fc4e953..9d4fbca1a5d759e5b0b4c0780ec26430051326d5 100644 (file)
@@ -314,7 +314,7 @@ float w_uzi(float req)
                precache_sound("weapons/ric3.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)
        {
                if(w_deathtype & HITTYPE_SECONDARY)