Removes human slowdown at higher hunger + thirst levels (#14075)

This commit is contained in:
Jaraci
2022-06-11 23:27:00 +02:00
committed by GitHub
parent 183e0f1961
commit a30674b53e
2 changed files with 12 additions and 10 deletions
@@ -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())