This commit is contained in:
Archie
2021-06-19 23:29:20 -03:00
parent 1658510426
commit 78aacdefb4
@@ -139,7 +139,7 @@
if(!iscarbon(host_mob))
return FALSE
var/mob/living/carbon/C = host_mob
if(C.nutrition <= NUTRITION_LEVEL_STARVING)
if(C.nutrition <= NUTRITION_LEVEL_FED)
return FALSE
return ..()