Shifts vars off /mob to the correct subtype

This commit is contained in:
ShizCalev
2018-01-24 12:58:42 -05:00
committed by CitadelStationBot
parent f4a817be01
commit cae2e5e1eb
8 changed files with 42 additions and 37 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 ..()