From: Rudolf Polzer Date: Sat, 25 Jun 2011 10:51:24 +0000 (+0200) Subject: change "did the impossible" suicide messages to "is now thinking with portals" X-Git-Tag: xonotic-v0.5.0~173^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f36464fbe3e44d957802d4fbced16b9280660ea2;p=xonotic%2Fxonotic-data.pk3dir.git change "did the impossible" suicide messages to "is now thinking with portals" --- diff --git a/qcsrc/server/w_minstanex.qc b/qcsrc/server/w_minstanex.qc index 7ea3fe851..bf83fed40 100644 --- a/qcsrc/server/w_minstanex.qc +++ b/qcsrc/server/w_minstanex.qc @@ -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; diff --git a/qcsrc/server/w_nex.qc b/qcsrc/server/w_nex.qc index 04a115191..fbe4388c6 100644 --- a/qcsrc/server/w_nex.qc +++ b/qcsrc/server/w_nex.qc @@ -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; diff --git a/qcsrc/server/w_shotgun.qc b/qcsrc/server/w_shotgun.qc index 449a7978a..a7da4eb5a 100644 --- a/qcsrc/server/w_shotgun.qc +++ b/qcsrc/server/w_shotgun.qc @@ -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) diff --git a/qcsrc/server/w_uzi.qc b/qcsrc/server/w_uzi.qc index 9cf44aaa0..9d4fbca1a 100644 --- a/qcsrc/server/w_uzi.qc +++ b/qcsrc/server/w_uzi.qc @@ -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)