mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
no more pausing metabolization, go build a stasis bed you lazy.
This commit is contained in:
@@ -1641,15 +1641,7 @@ GLOBAL_LIST_EMPTY(roundstart_race_names)
|
|||||||
H.Jitter(5)
|
H.Jitter(5)
|
||||||
hunger_rate = 3 * HUNGER_FACTOR
|
hunger_rate = 3 * HUNGER_FACTOR
|
||||||
hunger_rate *= H.physiology.hunger_mod
|
hunger_rate *= H.physiology.hunger_mod
|
||||||
|
H.adjust_nutrition(-hunger_rate)
|
||||||
// SANDSTORM EDIT
|
|
||||||
if (H.client)
|
|
||||||
H.adjust_nutrition(-hunger_rate)
|
|
||||||
else
|
|
||||||
// Do not allow SSD players to get too hungry.
|
|
||||||
if (H.nutrition >= NUTRITION_LEVEL_FED)
|
|
||||||
H.adjust_nutrition(-hunger_rate)
|
|
||||||
// End of sandstorm edit
|
|
||||||
|
|
||||||
|
|
||||||
if (H.nutrition > NUTRITION_LEVEL_FULL)
|
if (H.nutrition > NUTRITION_LEVEL_FULL)
|
||||||
|
|||||||
@@ -3,12 +3,7 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
//Put more things here if you plan on adding more things. I know this proc is a bit empty at the moment
|
//Put more things here if you plan on adding more things. I know this proc is a bit empty at the moment
|
||||||
if (H.client)
|
H.adjust_thirst(-THIRST_FACTOR)
|
||||||
H.adjust_thirst(-THIRST_FACTOR)
|
|
||||||
else
|
|
||||||
// Do not allow SSD players to too thirsty.
|
|
||||||
if (H.thirst >= THIRST_LEVEL_QUENCHED)
|
|
||||||
H.adjust_thirst(-THIRST_FACTOR)
|
|
||||||
|
|
||||||
/* switch(get_thirst(src))
|
/* switch(get_thirst(src))
|
||||||
if(THIRST_LEVEL_THIRSTY to INFINITY)
|
if(THIRST_LEVEL_THIRSTY to INFINITY)
|
||||||
|
|||||||
Reference in New Issue
Block a user