From: MirceaKitsune Date: Wed, 8 Sep 2010 13:27:37 +0000 (+0300) Subject: Comments X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f59b54716b8f8900c2c3e5a1905c57e09af7c8d1;p=voretournament%2Fvoretournament.git Comments --- diff --git a/data/qcsrc/server/g_grabber.qc b/data/qcsrc/server/g_grabber.qc index 4a40b8a1..df3591c7 100644 --- a/data/qcsrc/server/g_grabber.qc +++ b/data/qcsrc/server/g_grabber.qc @@ -134,7 +134,7 @@ void GrabberThink() // prevent the grabber from sticking to a player that has been swallowed if(self.aiment.eater.classname == "player") { - // if the grabber is linked to a player we have swallowed, disconnect it (or it grabber will stick to us / the player inside us) + // if the grabber is linked to a player that we swallowed, disconnect it (or the grabber will stick to us / the player inside us) // otherwise, link the grabber to the player who ate our linked player if(self.aiment.eater != self.owner) SetMovetypeFollow(self, self.aiment.eater);