mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-05-13 02:31:46 +01:00
1677257dd9
## About The Pull Request A remake of #73169 Repaths records consoles to their own subtype Fixes some weirdness with observers logging into sec/med consoles Fixes security notes not being able to be set etc ## Why It's Good For The Game Bug fixes and cleaner code ## Changelog 🆑 fix: Security can set notes through consoles again fix: Observers are now properly logged out of record consoles /🆑 --------- Co-authored-by: Jeremiah <jlsnow301@pm.me>
9 lines
776 B
Plaintext
9 lines
776 B
Plaintext
/obj/machinery/computer/secure_data : /obj/machinery/computer/records/security{@OLD}
|
|
/obj/machinery/computer/secure_data/laptop : /obj/machinery/computer/records/security/laptop{@OLD}
|
|
/obj/machinery/computer/secure_data/laptop/syndie : /obj/machinery/computer/records/security/laptop/syndie{@OLD}
|
|
/obj/machinery/computer/secure_data/syndie : /obj/machinery/computer/records/security/syndie{@OLD}
|
|
/obj/machinery/computer/med_data : /obj/machinery/computer/records/medical{@OLD}
|
|
/obj/machinery/computer/med_data/laptop : /obj/machinery/computer/records/medical/laptop{@OLD}
|
|
/obj/machinery/computer/med_data/laptop/syndie : /obj/machinery/computer/records/medical/laptop/syndie{@OLD}
|
|
/obj/machinery/computer/med_data/syndie : /obj/machinery/computer/records/medical/syndie{@OLD}
|