mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] More PSG changes (#10709)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ff63262b79
commit
b76e7c00e1
@@ -123,7 +123,8 @@
|
||||
/obj/item/reagent_containers/food/snacks/liquidfood,
|
||||
/obj/item/reagent_containers/food/snacks/liquidprotein,
|
||||
/obj/item/cataloguer/compact/pathfinder,
|
||||
/obj/item/mapping_unit)
|
||||
/obj/item/mapping_unit,
|
||||
/obj/item/personal_shield_generator/belt/melee/loaded)
|
||||
|
||||
/obj/structure/closet/secure_closet/pathfinder/Initialize(mapload)
|
||||
if(prob(50))
|
||||
@@ -175,7 +176,8 @@
|
||||
/obj/item/gps/medical,
|
||||
/obj/item/geiger,
|
||||
/obj/item/bodybag/cryobag,
|
||||
/obj/item/cataloguer/compact)
|
||||
/obj/item/cataloguer/compact,
|
||||
/obj/item/personal_shield_generator/belt/medical/loaded)
|
||||
|
||||
/obj/structure/closet/secure_closet/sar/Initialize(mapload)
|
||||
if(prob(50))
|
||||
|
||||
@@ -160,8 +160,9 @@
|
||||
/obj/item/clothing/suit/bio_suit/cmo,
|
||||
/obj/item/clothing/head/bio_hood/cmo,
|
||||
/obj/item/clothing/shoes/white,
|
||||
/obj/item/reagent_containers/glass/beaker/vial, //VOREStation Add
|
||||
/obj/item/storage/belt/medical) //VOREStation Add
|
||||
/obj/item/reagent_containers/glass/beaker/vial,
|
||||
/obj/item/storage/belt/medical,
|
||||
/obj/item/personal_shield_generator/belt/medical/loaded)
|
||||
|
||||
/obj/structure/closet/secure_closet/CMO/Initialize(mapload)
|
||||
if(prob(50))
|
||||
|
||||
@@ -73,7 +73,8 @@
|
||||
// /obj/item/clothing/shoes/boots/winter/security, //CHOMP Remove
|
||||
/obj/item/ticket_printer, //CHOMP Add
|
||||
/obj/item/gun/energy/taser, // CHOMPADD
|
||||
/obj/item/flashlight/maglight)
|
||||
/obj/item/flashlight/maglight,
|
||||
/obj/item/personal_shield_generator/security/loaded)
|
||||
|
||||
//Custom NT Security Lockers, Only found at central command
|
||||
/obj/structure/closet/secure_closet/nanotrasen_security
|
||||
|
||||
Reference in New Issue
Block a user