synthliz gluttony

This commit is contained in:
Metis
2024-10-11 01:29:11 -04:00
parent aa2758eb94
commit cf1a9a28e7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -340,7 +340,7 @@
if(!cell)
to_chat(H, "<span class='warning'>You try to siphon energy from [target], but your power cell is gone!</span>")
return
if(H.nutrition >= NUTRITION_LEVEL_WELL_FED)
if(H.nutrition >= NUTRITION_LEVEL_FAT) //GS13 EDIT, let them get fat
to_chat(user, "<span class='warning'>You are already fully charged!</span>")
return
if(istype(target, /obj/machinery/power/apc))