]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
change "did the impossible" suicide messages to "is now thinking with portals"
authorRudolf Polzer <divverent@xonotic.org>
Sat, 25 Jun 2011 10:51:24 +0000 (12:51 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 25 Jun 2011 10:51:24 +0000 (12:51 +0200)
qcsrc/server/w_minstanex.qc
qcsrc/server/w_nex.qc
qcsrc/server/w_shotgun.qc
qcsrc/server/w_uzi.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;
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;
index 449a7978add5896513f7bdad67f7fe7792f99d50..a7da4eb5ad794c4cd9de5880e1c03480ce95fc37 100644 (file)
@@ -206,7 +206,7 @@ float w_shotgun(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)
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)