mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
27 lines
901 B
Plaintext
27 lines
901 B
Plaintext
/datum/supply_pack/security/secpsg
|
|
name = "Security Belt PSGs"
|
|
contains = list(
|
|
/obj/item/device/personal_shield_generator/belt/security/loaded,
|
|
/obj/item/device/personal_shield_generator/belt/security/loaded
|
|
)
|
|
cost = 150
|
|
containertype = /obj/structure/closet/crate/secure/gear
|
|
containername = "Personal Shield Generators crate"
|
|
|
|
/datum/supply_pack/security/secstrongpsg
|
|
name = "Security Reinforced Backpack PSG"
|
|
contains = list(
|
|
/obj/item/device/personal_shield_generator/security/strong/loaded
|
|
)
|
|
cost = 200
|
|
containertype = /obj/structure/closet/crate/secure/gear
|
|
containername = "Reinforced PSG crate"
|
|
|
|
/datum/supply_pack/security/secstrongpsg
|
|
name = "Security PSG-P"
|
|
contains = list(
|
|
/obj/item/device/personal_shield_generator/belt/parry
|
|
)
|
|
cost = 250
|
|
containertype = /obj/structure/closet/crate/secure/gear
|
|
containername = "PSG-P crate" |