diff --git a/modular_citadel/code/modules/mob/living/silicon/robot/dogborg_equipment.dm b/modular_citadel/code/modules/mob/living/silicon/robot/dogborg_equipment.dm index be1a25656b..41b5c2c2f6 100644 --- a/modular_citadel/code/modules/mob/living/silicon/robot/dogborg_equipment.dm +++ b/modular_citadel/code/modules/mob/living/silicon/robot/dogborg_equipment.dm @@ -274,6 +274,9 @@ SLEEPER CODE IS IN game/objects/items/devices/dogborg_sleeper.dm ! else R.visible_message("\the [R] affectionally licks \the [target]'s face!", "You affectionally lick \the [target]'s face!") 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...", "You begin to lick \the [target.name] clean...")