I forgot there's a proc that does this

This commit is contained in:
VerySoft
2021-11-11 13:28:04 -05:00
parent 6409b42d4b
commit f56a98d69d
+3 -4
View File
@@ -133,11 +133,10 @@
//VOREStation Add Start
else if(unconscious_vore && L.allowmobvore)
var/mob/living/simple_mob/vore/eater = holder
if(eater.prey_excludes[L])
if(eater.will_eat(L))
return TRUE
else
return FALSE
if(eater.vore_fullness >= eater.vore_capacity)
return FALSE
return TRUE
//VOREStation Add End
else
return FALSE