mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
18 lines
707 B
Plaintext
18 lines
707 B
Plaintext
/obj/structure/bookcase/manuals/xenoarchaeology
|
|
name = "Xenoarchaeology Manuals bookcase"
|
|
|
|
/obj/structure/bookcase/manuals/xenoarchaeology/Initialize()
|
|
. = ..()
|
|
new /obj/item/book/manual/excavation(src)
|
|
new /obj/item/book/manual/mass_spectrometry(src)
|
|
new /obj/item/book/manual/materials_chemistry_analysis(src)
|
|
new /obj/item/book/manual/anomaly_testing(src)
|
|
new /obj/item/book/manual/anomaly_spectroscopy(src)
|
|
new /obj/item/book/manual/stasis(src)
|
|
update_icon()
|
|
|
|
/obj/machinery/alarm/isolation
|
|
req_one_access = list(access_research, access_atmospherics, access_engine_equip)
|
|
|
|
/obj/machinery/alarm/monitor/isolation
|
|
req_one_access = list(access_research, access_atmospherics, access_engine_equip) |