Update cleanable.dm
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
if(istype(W, /obj/item/clothing/mask/cigarette))
|
if(istype(W, /obj/item/clothing/mask/cigarette))
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
|
var/hotness = W.is_hot()
|
||||||
reagents.expose_temperature(hotness)
|
reagents.expose_temperature(hotness)
|
||||||
to_chat(user, "<span class='notice'>You heat [name] with [W]!</span>")
|
to_chat(user, "<span class='notice'>You heat [name] with [W]!</span>")
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user