Merge pull request #3992 from CHOMPStation2/upstream-merge-12592

[MIRROR] The Grand /TG Port - Part 6
This commit is contained in:
Nadyr
2022-04-04 17:52:53 -04:00
committed by GitHub
17 changed files with 429 additions and 7 deletions

View File

@@ -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"

View File

@@ -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(