Ported TG's code for burny mobs, by ergoslavi.

This commit is contained in:
Chinsky
2015-01-15 23:47:07 +03:00
parent 476ac0e530
commit 95e4f53258
15 changed files with 158 additions and 9 deletions
@@ -211,6 +211,11 @@
/obj/machinery/shower/proc/wash(atom/movable/O as obj|mob)
if(!on) return
if(isliving(O))
var/mob/living/L = O
L.ExtinguishMob()
L.fire_stacks = -20 //Douse ourselves with water to avoid fire more easily
if(iscarbon(O))
var/mob/living/carbon/M = O
if(M.r_hand)