mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +01:00
Removes human slowdown at higher hunger + thirst levels (#14075)
This commit is contained in:
@@ -26,16 +26,6 @@
|
||||
if(species)
|
||||
tally += species.get_species_tally(src)
|
||||
|
||||
if (nutrition < (max_nutrition * 0.2))
|
||||
tally++
|
||||
if (nutrition < (max_nutrition * 0.1))
|
||||
tally++
|
||||
|
||||
if (hydration < (max_hydration * 0.2))
|
||||
tally++
|
||||
if (hydration < (max_hydration * 0.1))
|
||||
tally++
|
||||
|
||||
tally += species.handle_movement_tally(src)
|
||||
|
||||
if (can_feel_pain())
|
||||
|
||||
Reference in New Issue
Block a user