Merge pull request #2595 from Fox-McCloud/painkiller-movement

Painkillers and Movement Speed
This commit is contained in:
TheDZD
2015-11-19 20:13:14 -05:00
2 changed files with 6 additions and 2 deletions
@@ -14,6 +14,10 @@
var/health_deficiency = (100 - health + staminaloss)
if(reagents)
for(var/datum/reagent/R in reagents.reagent_list)
if(R.shock_reduction)
health_deficiency -= R.shock_reduction
if(health_deficiency >= 40)
tally += (health_deficiency / 25)