mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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
@@ -148,7 +148,8 @@
|
||||
/obj/item/clothing/gloves/sterile/latex,
|
||||
/obj/item/healthanalyzer,
|
||||
/obj/item/flashlight/pen,
|
||||
/obj/item/reagent_containers/syringe
|
||||
/obj/item/reagent_containers/syringe,
|
||||
/obj/item/personal_shield_generator/belt/medical/loaded
|
||||
)
|
||||
cost = 50
|
||||
containertype = /obj/structure/closet/crate/secure/nanomed
|
||||
|
||||
@@ -269,11 +269,13 @@
|
||||
|
||||
/datum/supply_pack/randomised/misc/explorer_shield
|
||||
name = JOB_EXPLORER + " shield"
|
||||
desc = "A pair of shields for use by away teams. Requires EVA or Pilot's access."
|
||||
desc = "Two Physical and Two PSG shields for use by away teams. Requires EVA or Pilot's access."
|
||||
num_contained = 2
|
||||
contains = list(
|
||||
/obj/item/shield/riot/explorer,
|
||||
/obj/item/shield/riot/explorer/purple
|
||||
/obj/item/shield/riot/explorer/purple,
|
||||
/obj/item/personal_shield_generator/belt/melee,
|
||||
/obj/item/personal_shield_generator/belt/mining/upgraded
|
||||
)
|
||||
cost = 75
|
||||
containertype = /obj/structure/closet/crate/secure/gear
|
||||
|
||||
@@ -627,7 +627,8 @@
|
||||
/obj/item/melee/telebaton,
|
||||
/obj/item/shield/riot/tele,
|
||||
/obj/item/clothing/head/beret/sec/corporate/hos,
|
||||
/obj/item/flashlight/maglight
|
||||
/obj/item/flashlight/maglight,
|
||||
/obj/item/personal_shield_generator/belt/security/loaded
|
||||
)
|
||||
cost = 50
|
||||
containertype = /obj/structure/closet/crate/secure/nanotrasen
|
||||
|
||||
@@ -254,7 +254,8 @@
|
||||
/obj/item/clothing/accessory/holster/machete,
|
||||
/obj/item/storage/box/explorerkeys,
|
||||
/obj/item/mapping_unit,
|
||||
/obj/item/clothing/accessory/watch/survival
|
||||
/obj/item/clothing/accessory/watch/survival,
|
||||
/obj/item/personal_shield_generator/belt/melee/loaded
|
||||
)
|
||||
cost = 75
|
||||
containertype = /obj/structure/closet/crate/secure/xion
|
||||
|
||||
Reference in New Issue
Block a user