mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Adds Xenobotany Access and Makes Xenobotanist Their Own Job (#14012)
This commit is contained in:
@@ -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