Merge pull request #5066 from Citadel-Station-13/upstream-merge-34773

[MIRROR] Shifts vars off /mob to the correct subtype
This commit is contained in:
LetterJay
2018-01-24 20:46:46 -06:00
committed by GitHub
8 changed files with 39 additions and 39 deletions
@@ -244,8 +244,10 @@
toxpwr = 1
/datum/reagent/toxin/spore/on_mob_life(mob/living/M)
M.damageoverlaytemp = 60
M.update_damage_hud()
if(iscarbon(M))
var/mob/living/carbon/C = M
C.damageoverlaytemp = 60
C.update_damage_hud()
M.blur_eyes(3)
return ..()