Update cleanable.dm

This commit is contained in:
LetterJay
2017-12-19 17:46:15 -06:00
committed by GitHub
parent 349b0f4f20
commit 1b6b8a7c00

View File

@@ -46,6 +46,7 @@
if(istype(W, /obj/item/clothing/mask/cigarette))
return
else
var/hotness = W.is_hot()
reagents.expose_temperature(hotness)
to_chat(user, "<span class='notice'>You heat [name] with [W]!</span>")
else