Update utility.dm
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
if(!iscarbon(host_mob))
|
||||
return FALSE
|
||||
var/mob/living/carbon/C = host_mob
|
||||
if(C.nutrition <= NUTRITION_LEVEL_WELL_FED)
|
||||
if(C.nutrition <= NUTRITION_LEVEL_STARVING)
|
||||
return FALSE
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user