Fixes burning a photo inside an inventory leaving an empty spot (#30965)

* update inventory on burn

* lint
This commit is contained in:
Christer2222
2025-11-12 14:50:57 +00:00
committed by GitHub
parent c5aec06e34
commit 82b9b7d6b2
+2
View File
@@ -75,6 +75,8 @@
new /obj/effect/decal/cleanable/ash(get_turf(src))
qdel(src)
if(user.s_active)
user.s_active.show_to(user)
/obj/item/photo/examine(mob/user)
. = ..()