]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/vore.qc
Undo part of a previous commit, which broke automatic digestion. Need to do something...
[voretournament/voretournament.git] / data / qcsrc / server / vore.qc
index e26b6a62d253c9de90b9dc039fe8a0a22e6b643f..b32c2d6dbcd000aa54f7fee6202a1e3281dc2c9f 100644 (file)
@@ -159,6 +159,8 @@ void Vore_AutoDigest(entity e)
                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