mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
* TGUI for Safes and Secure briefcases (Safes are now a structure, too) (#79594) * TGUI for Safes and Secure briefcases (Safes are now a structure, too) * Modular * UpdatePaths * Modular --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
9 lines
384 B
Plaintext
9 lines
384 B
Plaintext
# turns the old secure briefcases into regular briefcase items
|
|
|
|
/obj/item/storage/secure/briefcase : /obj/item/storage/briefcase/secure{@OLD}
|
|
/obj/item/storage/secure/briefcase/@SUBTYPES : /obj/item/storage/briefcase/secure/@SUBTYPES{@OLD}
|
|
|
|
# repaths secure safes to the new structure made for it.
|
|
|
|
/obj/item/storage/secure/safe/@SUBTYPES : /obj/structure/secure_safe/@SUBTYPES{@OLD}
|