mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[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:
@@ -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"]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user