From: MirceaKitsune Date: Thu, 23 Sep 2010 16:24:49 +0000 (+0300) Subject: Prevent a bug causing players to float if a new arena / clan arena round caught them... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=06978cd2948a6bbcb2d3bd1cae6eae5d70fcaeb6;p=voretournament%2Fvoretournament.git Prevent a bug causing players to float if a new arena / clan arena round caught them in someone's belly / with someone in their belly. --- diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index 9c8f8ca5..30d28403 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -242,6 +242,8 @@ void Vore_Disconnect() } Vore_Gurglesound(); // stop the gurgling sound } + + self.stomach_load = self.gravity = 0; // prevents a bug } .float digestion_step;