From f36464fbe3e44d957802d4fbced16b9280660ea2 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 25 Jun 2011 12:51:24 +0200 Subject: [PATCH] change "did the impossible" suicide messages to "is now thinking with portals" --- qcsrc/server/w_minstanex.qc | 2 +- qcsrc/server/w_nex.qc | 2 +- qcsrc/server/w_shotgun.qc | 2 +- qcsrc/server/w_uzi.qc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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) -- 2.39.2