mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Dionae organ removal and eating tweak (#12281)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user