mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
[NO GBP] Fix locked secure safes not showing correct UI (#93769)
## About The Pull Request Caused by: - #93085 I messed up the formatting for arguments accidentally so the 2nd argument was moved to the 3rd position due to the extra `,`. ## Why It's Good For The Game Fixes the UI. ## Changelog 🆑 fix: Fix locked secure safes not showing correct UI /🆑
This commit is contained in:
@@ -104,7 +104,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/secure_safe, 32)
|
||||
/obj/structure/secure_safe/Initialize(mapload)
|
||||
. = ..()
|
||||
//this will create the storage for us.
|
||||
AddComponent(/datum/component/lockable_storage, , stored_lock_code)
|
||||
AddComponent(/datum/component/lockable_storage, stored_lock_code)
|
||||
if(mapload)
|
||||
PopulateContents()
|
||||
find_and_hang_on_wall()
|
||||
|
||||
Reference in New Issue
Block a user