Fix for lockboxes spawning with an open icon (#91295)

## About The Pull Request

Title

## Why It's Good For The Game

Because not intended I think

## Changelog

🆑
fix: Lockboxes now correctly use the closed icon_state when first
spawned
/🆑
This commit is contained in:
Aliceee2ch
2025-05-29 16:15:22 -04:00
committed by Roxy
parent f211db92bb
commit b9b5baa850
@@ -21,6 +21,7 @@
. = ..()
register_context()
update_icon_state()
///screentips for lockboxes
/obj/item/storage/lockbox/add_context(atom/source, list/context, obj/item/held_item, mob/user)