Makes moving NOT give you nutrition anymore. (#15316)

* makes moving not make you fat anymore

* same as the previous commit, but even less coding
This commit is contained in:
DrPainis
2021-10-30 12:00:13 -04:00
committed by GitHub
parent 319c5e23fe
commit 5cb1388f11
@@ -29,7 +29,7 @@
var/loss = HUNGER_FACTOR/10
if(m_intent == MOVE_INTENT_RUN)
loss *= 2
adjust_nutrition(loss)
adjust_nutrition(-loss)
/mob/living/carbon/can_move_under_living(mob/living/other)
. = ..()