mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
co-authored by
AffectedArc07
adrermail@gmail.com <adrermail@gmail.com>
parent
2e19c7f6d7
commit
ea4a853ad6
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user