]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Improve a message again
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 7 Sep 2010 22:59:55 +0000 (01:59 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 7 Sep 2010 22:59:55 +0000 (01:59 +0300)
data/qcsrc/server/vore.qc

index 102ce98b43a16b77a921b44533804d5c8b1f8ad8..98b378a444c1e22c4d564d81a4ed3cf1a88e3867 100644 (file)
@@ -278,7 +278,7 @@ void Vore_StomachLeave()
        else if(time > self.complain_swallow)\r
        {\r
                play2(self, "weapons/unavailable.wav");\r
-               sprint(self, strcat("You can't willingly get out of ", self.eater.netname, "\n"));\r
+               sprint(self, strcat("You cannot get out of ", self.eater.netname, "\n"));\r
                self.complain_swallow = time + complain_delay;\r
        }\r
 }\r