From 491e27ab158975d9adcf200cb7f55608365e7d32 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Tue, 7 Sep 2010 20:21:49 +0300 Subject: [PATCH] Better message --- data/qcsrc/server/vore.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index 10b486ba..f8e96950 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -272,7 +272,7 @@ void Vore_StomachLeave() else if(time > self.complain_swallow) { play2(self, "weapons/unavailable.wav"); - sprint(self, strcat("You may not willingly get out of ", self.eater.netname, "\n")); + sprint(self, strcat("You can't willingly get out of ", self.eater.netname, "\n")); self.complain_swallow = time + complain_delay; } } -- 2.39.2