Dionae organ removal and eating tweak (#12281)

This commit is contained in:
Alberyk
2021-08-05 18:08:01 +02:00
committed by GitHub
parent 02f664efde
commit a4e0ec8128
5 changed files with 22 additions and 12 deletions
@@ -91,6 +91,11 @@
var/is_full = (fullness >= user.max_nutrition)
if(ishuman(user))
var/mob/living/carbon/human/H = user
if (H.species && H.species.bypass_food_fullness())
is_full = FALSE
if(user == target)
if(!user.can_eat(src))
return