Fixes the fix for supersonic walking.

This commit is contained in:
SkyMarshal
2015-02-04 10:33:39 -07:00
parent 31c81a697d
commit d5c8a6262a
@@ -55,7 +55,7 @@
if (bodytemperature < 283.222)
tally += (283.222 - bodytemperature) / 10 * 1.75
tally += min(2 * stance_damage, 0) //damaged/missing feet or legs is slow
tally += max(2 * stance_damage, 0) //damaged/missing feet or legs is slow
if(mRun in mutations)
tally = 0