Fix shock causing slowdown to species that suffer no pain. (#5353)

This commit is contained in:
Alberyk
2018-10-04 13:30:36 -03:00
committed by Werner
parent a42929ee64
commit d9f4b82a46
@@ -51,8 +51,8 @@
else if(E.status & ORGAN_BROKEN)
tally += 1.5
if(shock_stage >= 10) tally += 3
if (!(species && (species.flags & NO_PAIN)))
if(shock_stage >= 10) tally += 3
if(aiming && aiming.aiming_at) tally += 5 // Iron sights make you slower, it's a well-known fact.