From: MirceaKitsune Date: Tue, 7 Sep 2010 22:59:55 +0000 (+0300) Subject: Improve a message again X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fe283438ba7fda5da9d7466f7bccb1194fbb3104;p=voretournament%2Fvoretournament.git Improve a message again --- diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index 102ce98b..98b378a4 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -278,7 +278,7 @@ void Vore_StomachLeave() else if(time > self.complain_swallow) { play2(self, "weapons/unavailable.wav"); - sprint(self, strcat("You can't willingly get out of ", self.eater.netname, "\n")); + sprint(self, strcat("You cannot get out of ", self.eater.netname, "\n")); self.complain_swallow = time + complain_delay; } }