return;\r
if(g_rpg)\r
return; // RPG is choice based, so don't do things automatically there\r
+ if(e.stomach_load)\r
+ return; // don't start digestion if we already ate someone, as that means we manually disabled it after the first prey and want it off\r
if(clienttype(e) != CLIENTTYPE_REAL)\r
return; // this feature is only for players, not bots\r
if(Stomach_TeamMates_check(e))\r
\r
- 0.7 | 0.8: Is it right to get screen flashes when team healing?\r
\r
-- 0.8: Why am I not seeing frags and death in the scoreboard in Team Deathmatch?
\ No newline at end of file
+- 0.8: Why am I not seeing frags and death in the scoreboard in Team Deathmatch?\r
+\r
+- 0.8: If we eat a team mate, then a consumable item, then the tea mate gets out, autodigest won't start digesting the consumable item
\ No newline at end of file