Merge remote-tracking branch 'upstream/master'

This commit is contained in:
BongaTheProto
2023-01-18 04:20:45 -05: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>")