mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Adds Xenobotany Access and Makes Xenobotanist Their Own Job (#14012)
This commit is contained in:
@@ -11,7 +11,7 @@ var/global/list/default_internal_channels = list(
|
||||
num2text(SEC_FREQ) = list(access_security),
|
||||
num2text(SEC_I_FREQ)=list(access_security),
|
||||
num2text(PEN_FREQ) = list(access_armory),
|
||||
num2text(SCI_FREQ) = list(access_tox,access_robotics,access_xenobiology),
|
||||
num2text(SCI_FREQ) = list(access_tox,access_robotics,access_xenobiology,access_xenobotany),
|
||||
num2text(SUP_FREQ) = list(access_cargo),
|
||||
num2text(SRV_FREQ) = list(access_janitor, access_hydroponics)
|
||||
)
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/xenobotany
|
||||
name = "xenobotanist's locker"
|
||||
req_access = list(access_xenobiology)
|
||||
req_access = list(access_xenobotany)
|
||||
icon_state = "xenobot"
|
||||
|
||||
/obj/structure/closet/secure_closet/xenobotany/fill()
|
||||
|
||||
@@ -439,7 +439,7 @@
|
||||
name = "secure hydroponics crate"
|
||||
desc = "A crate with a lock on it, painted in the scheme of the station's botanists."
|
||||
icon_state = "hydro_secure_crate"
|
||||
req_one_access = list(access_hydroponics, access_xenobiology)
|
||||
req_one_access = list(access_hydroponics, access_xenobotany)
|
||||
|
||||
/obj/structure/closet/crate/secure/bin
|
||||
name = "secure bin"
|
||||
|
||||
Reference in New Issue
Block a user