Files
Bubberstation/tools/UpdatePaths/Scripts/73363_records_computers.txt
T
Jeremiah 1677257dd9 Records hotfix [NO GBP] (#73363)
## 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>
2023-02-12 23:00:24 -08:00

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}