Ashes no longer tell you what they used to be on examine. (#20562)

* Ashes no longer tell you what they used to be.

* Remove unused var

* Update code/game/objects/items.dm

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

---------

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
Adrer
2023-03-13 22:37:33 +01:00
committed by GitHub
co-authored by AffectedArc07 adrermail@gmail.com <adrermail@gmail.com>
parent 2e19c7f6d7
commit ea4a853ad6
+1 -2
View File
@@ -251,8 +251,7 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons
/obj/item/burn()
if(!QDELETED(src))
var/turf/T = get_turf(src)
var/obj/effect/decal/cleanable/ash/A = new(T)
A.desc += "\nLooks like this used to be \an [name] some time ago."
new /obj/effect/decal/cleanable/ash(T)
..()
/obj/item/acid_melt()