mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 12:36:16 +01:00
Merge pull request #1302 from ArchieBeepBoop/nanitefix
Fixes some issues with the nanites TGUI update
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user