Merge pull request #1302 from ArchieBeepBoop/nanitefix

Fixes some issues with the nanites TGUI update
This commit is contained in:
Dahlular
2021-06-19 23:59:39 -06:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
@@ -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 ..()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 11 KiB