lets dogborg tongues reduce firestacks when they lick faces (#7148)

This commit is contained in:
deathride58
2018-06-18 18:53:59 +00:00
committed by kevinz000
parent db25067491
commit aee56b1f3d
@@ -274,6 +274,9 @@ SLEEPER CODE IS IN game/objects/items/devices/dogborg_sleeper.dm !
else
R.visible_message("<span class='warning'>\the [R] affectionally licks \the [target]'s face!</span>", "<span class='notice'>You affectionally lick \the [target]'s face!</span>")
playsound(src.loc, 'sound/effects/attackblob.ogg', 50, 1)
var/mob/living/L = target
if(istype(L) && L.fire_stacks > 0)
L.adjust_fire_stacks(-10)
return
else if(istype(target, /obj/structure/window))
R.visible_message("[R] begins to lick \the [target.name] clean...", "<span class='notice'>You begin to lick \the [target.name] clean...</span>")