mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Fixes burning a photo inside an inventory leaving an empty spot (#30965)
* update inventory on burn * lint
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user