{\r
if(teams_matter && prey.team == self.team && !cvar("g_vore_teamvore"))\r
{\r
- if(time > self.complain_vore)\r
+ if(time > self.complain_vore && self.BUTTON_ATCK)\r
{\r
play2(self, "misc/unavailable.wav");\r
sprint(self, "You cannot swallow your team mates\n");\r
\r
if(self.stomach_load >= cvar("g_balance_vore_swallow_limit"))\r
{\r
- if(time > self.complain_vore)\r
+ if(time > self.complain_vore && self.BUTTON_ATCK)\r
{\r
play2(self, "misc/unavailable.wav");\r
sprint(self, strcat("You cannot swallow more than ^2", cvar_string("g_balance_vore_swallow_limit"), "^7 players at a time\n"));\r
if(cvar("g_vore_biggergut"))\r
if(prey.stomach_load > self.stomach_load)\r
{\r
- if(time > self.complain_vore)\r
+ if(time > self.complain_vore && self.BUTTON_ATCK)\r
{\r
play2(self, "misc/unavailable.wav");\r
sprint(self, "You cannot swallow someone with a bigger stomach than yours\n");\r