mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 07:22:42 +00:00
Made engineering crates engineering only.
This commit is contained in:
@@ -483,8 +483,9 @@
|
||||
"/obj/item/weapon/cell/high",
|
||||
"/obj/item/weapon/cell/high")
|
||||
cost = 15
|
||||
containertype = "/obj/structure/closet/crate"
|
||||
containertype = "/obj/structure/closet/crate/secure"
|
||||
containername = "Electrical maintenance crate"
|
||||
access = access_engine
|
||||
group = "Engineering"
|
||||
|
||||
/datum/supply_packs/mechanical
|
||||
@@ -499,8 +500,9 @@
|
||||
"/obj/item/clothing/head/helmet/welding",
|
||||
"/obj/item/clothing/head/helmet/hardhat")
|
||||
cost = 10
|
||||
containertype = "/obj/structure/closet/crate"
|
||||
containertype = "/obj/structure/closet/crate/secure"
|
||||
containername = "Mechanical maintenance crate"
|
||||
access = access_engine
|
||||
group = "Engineering"
|
||||
|
||||
/datum/supply_packs/waterfueltank
|
||||
|
||||
Reference in New Issue
Block a user