Skip to content

Commit

Permalink
ACTUALLY fixing the access requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcooldan committed Jul 25, 2023
1 parent 979d39d commit f2793a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions monkestation/code/modules/cargo/crates/engineering.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
name = "Service Techfab Replacement"
desc = "You're telling me botany broke it with a lemon?"
cost = CARGO_CRATE_VALUE * 50
access_view = ACCESS_HOP
access = ACCESS_HOP
contains = list(/obj/item/circuitboard/machine/protolathe/department/service,
/obj/item/stock_parts/matter_bin/adv = 2,
/obj/item/stock_parts/manipulator/nano = 2,
Expand All @@ -45,7 +45,7 @@
name = "Security Techfab Replacement"
desc = "This is coming out of the donut budget."
cost = CARGO_CRATE_VALUE * 50
access_view = ACCESS_HOS
access = ACCESS_HOS
contains = list(/obj/item/circuitboard/machine/protolathe/department/security,
/obj/item/stock_parts/matter_bin/adv = 2,
/obj/item/stock_parts/manipulator/nano = 2,
Expand All @@ -60,7 +60,7 @@
name = "Cargo Techfab Replacement"
desc = "You better not lodge a mosin bullet in this one too."
cost = CARGO_CRATE_VALUE * 50
access_view = ACCESS_QM
access = ACCESS_QM
contains = list(/obj/item/circuitboard/machine/protolathe/department/cargo,
/obj/item/stock_parts/matter_bin/adv = 2,
/obj/item/stock_parts/manipulator/nano = 2,
Expand All @@ -74,7 +74,7 @@
name = "Medical Techfab Replacement"
desc = "The chemist you say. Meth you say."
cost = CARGO_CRATE_VALUE * 50
access_view = ACCESS_CMO
access = ACCESS_CMO
contains = list(/obj/item/circuitboard/machine/protolathe/department/medical,
/obj/item/stock_parts/matter_bin/adv = 2,
/obj/item/stock_parts/manipulator/nano = 2,
Expand All @@ -88,7 +88,7 @@
name = "Engineering Protolathe Replacement"
desc = "You said the atmospherics department melted the last one?"
cost = CARGO_CRATE_VALUE * 50
access_view = ACCESS_CE
access = ACCESS_CE
contains = list(/obj/item/circuitboard/machine/protolathe/department/engineering,
/obj/item/stock_parts/matter_bin/adv = 2,
/obj/item/stock_parts/manipulator/nano = 2,
Expand All @@ -102,7 +102,7 @@
name = "Science Protolathe Replacement"
desc = "Try not to feed this one into the E.X.P.E.R.I.M.E.N.T.O.R. yeah?"
cost = CARGO_CRATE_VALUE * 50
access_view = ACCESS_RD
access = ACCESS_RD
contains = list(/obj/item/circuitboard/machine/protolathe/department/science,
/obj/item/stock_parts/matter_bin/adv = 2,
/obj/item/stock_parts/manipulator/nano = 2,
Expand Down

0 comments on commit f2793a8

Please sign in to comment.