[MIRROR] Fixes secure briefcase and wall safes not sending icon update signals properly [MDB IGNORE] (#18238)

* Fixes secure briefcase and wall safes not sending icon update signals properly (#72081)

#71788 used the wrong procs.

🆑 ShizCalev
fix: Fixed secure briefcase and wall safes not sending icon update
signals properly
/🆑

* Fixes secure briefcase and wall safes not sending icon update signals properly

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-12-25 18:00:57 -08:00
committed by GitHub
co-authored by ShizCalev
parent 6ddf11b8ca
commit c699ea6f1f
2 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -677,7 +677,7 @@
icon_state = "wall_safe_locked"
var/unlocked = FALSE
/obj/item/storage/pod/update_icon()
/obj/item/storage/pod/update_icon_state()
. = ..()
icon_state = "wall_safe[unlocked ? "" : "_locked"]"