mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Update security.dm
This commit is contained in:
@@ -373,4 +373,24 @@
|
|||||||
cost = 25
|
cost = 25
|
||||||
containertype = /obj/structure/closet/crate/secure
|
containertype = /obj/structure/closet/crate/secure
|
||||||
containername = "Security biohazard gear"
|
containername = "Security biohazard gear"
|
||||||
|
access = access_security
|
||||||
|
|
||||||
|
/datum/supply_pack/security/trackingimplant
|
||||||
|
name = "Implants - Tracking"
|
||||||
|
contains = list(
|
||||||
|
/obj/item/weapon/storage/box/trackimp = 1
|
||||||
|
)
|
||||||
|
cost = 25
|
||||||
|
containertype = /obj/structure/closet/crate/secure
|
||||||
|
containername = "Tracking implants"
|
||||||
|
access = access_security
|
||||||
|
|
||||||
|
/datum/supply_pack/security/chemicalimplant
|
||||||
|
name = "Implants - Chemical"
|
||||||
|
contains = list(
|
||||||
|
/obj/item/weapon/storage/box/chemimp = 1
|
||||||
|
)
|
||||||
|
cost = 25
|
||||||
|
containertype = /obj/structure/closet/crate/secure
|
||||||
|
containername = "Chemical implants"
|
||||||
access = access_security
|
access = access_security
|
||||||
Reference in New Issue
Block a user