This commit is contained in:
SandPoot
2023-01-17 22:26:56 -03:00
53 changed files with 339 additions and 93 deletions
@@ -20,6 +20,10 @@
if(!. || synthesizing)
return
// Check if this user can process nutriment
if(HAS_TRAIT(owner, TRAIT_NO_PROCESS_FOOD))
return
if(owner.nutrition <= hunger_threshold)
synthesizing = TRUE
to_chat(owner, "<span class='notice'>You feel less hungry...</span>")