]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Better message
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 7 Sep 2010 17:21:49 +0000 (20:21 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 7 Sep 2010 17:21:49 +0000 (20:21 +0300)
data/qcsrc/server/vore.qc

index 10b486ba34ef3c9f09b15287a92b2282bb808b7e..f8e96950ab39743100b8abaa2e3d0b279a18ad3a 100644 (file)
@@ -272,7 +272,7 @@ void Vore_StomachLeave()
        else if(time > self.complain_swallow)\r
        {\r
                play2(self, "weapons/unavailable.wav");\r
-               sprint(self, strcat("You may not willingly get out of ", self.eater.netname, "\n"));\r
+               sprint(self, strcat("You can't willingly get out of ", self.eater.netname, "\n"));\r
                self.complain_swallow = time + complain_delay;\r
        }\r
 }\r