mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #3992 from CHOMPStation2/upstream-merge-12592
[MIRROR] The Grand /TG Port - Part 6
This commit is contained in:
@@ -106,3 +106,16 @@
|
||||
cost = 35
|
||||
containertype = /obj/structure/closet/crate/aether
|
||||
containername = "Emergency crate"
|
||||
|
||||
/datum/supply_pack/atmos/firefighting
|
||||
name = "Firefighting equipment"
|
||||
contains = list(
|
||||
/obj/item/clothing/suit/fire/heavy = 2,
|
||||
/obj/item/weapon/tank/oxygen/red = 2,
|
||||
/obj/item/weapon/watertank/atmos = 2,
|
||||
/obj/item/device/flashlight = 2,
|
||||
/obj/item/clothing/head/hardhat/firefighter/atmos = 2
|
||||
)
|
||||
cost = 35
|
||||
containertype = /obj/structure/closet/crate/aether
|
||||
containername = "Firefighting crate"
|
||||
@@ -288,6 +288,16 @@
|
||||
containername = "Riot armor crate"
|
||||
access = access_armory
|
||||
|
||||
/datum/supply_pack/security/riot_sprayer
|
||||
name = "Gear - Riot sprayer"
|
||||
contains = list(
|
||||
/obj/item/weapon/watertank/pepperspray
|
||||
)
|
||||
cost = 40
|
||||
containertype = /obj/structure/closet/crate/secure/lawson
|
||||
containername = "Riot sprayer crate"
|
||||
access = access_armory
|
||||
|
||||
/datum/supply_pack/security/ablative_armor
|
||||
name = "Armor - Ablative"
|
||||
contains = list(
|
||||
|
||||
Reference in New Issue
Block a user