mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-18 11:44:57 +01:00
Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user