mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 20:52:52 +01:00
Firefighting gear
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
/obj/item/radio/headset/heads/ce/alt,
|
||||
/obj/item/storage/toolbox/mechanical,
|
||||
/obj/item/clothing/suit/storage/hazardvest,
|
||||
/obj/item/clothing/head/hardhat/firefighter/chief,
|
||||
/obj/item/clothing/suit/fire/atmos,
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/item/multitool,
|
||||
/obj/item/storage/belt/utility/chief/full,
|
||||
@@ -100,8 +102,8 @@
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/accessory/storage/brown_vest,
|
||||
/obj/item/clothing/suit/fire/firefighter,
|
||||
/obj/item/clothing/head/hardhat/red,
|
||||
/obj/item/clothing/suit/fire/atmos,
|
||||
/obj/item/clothing/head/hardhat/firefighter,
|
||||
/obj/item/flashlight,
|
||||
/obj/item/extinguisher,
|
||||
/obj/item/clamp,
|
||||
|
||||
@@ -62,29 +62,29 @@
|
||||
closet_appearance = /decl/closet_appearance/oxygen/fire
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/suit/fire/firefighter,
|
||||
/obj/item/clothing/suit/fire,
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/item/tank/oxygen/red,
|
||||
/obj/item/extinguisher,
|
||||
/obj/item/clothing/head/hardhat/red)
|
||||
/obj/item/clothing/head/hardhat/firefighter)
|
||||
|
||||
/obj/structure/closet/firecloset/full
|
||||
starts_with = list(
|
||||
/obj/item/clothing/suit/fire/firefighter,
|
||||
/obj/item/clothing/suit/fire,
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/item/flashlight,
|
||||
/obj/item/tank/oxygen/red,
|
||||
/obj/item/extinguisher,
|
||||
/obj/item/clothing/head/hardhat/red)
|
||||
/obj/item/clothing/head/hardhat/firefighter)
|
||||
|
||||
/obj/structure/closet/firecloset/full/double
|
||||
starts_with = list(
|
||||
/obj/item/clothing/suit/fire/firefighter = 2,
|
||||
/obj/item/clothing/suit/fire = 2,
|
||||
/obj/item/clothing/mask/gas = 2,
|
||||
/obj/item/flashlight = 2,
|
||||
/obj/item/tank/oxygen/red = 2,
|
||||
/obj/item/extinguisher = 2,
|
||||
/obj/item/clothing/head/hardhat/red = 2)
|
||||
/obj/item/clothing/head/hardhat/firefighter = 2)
|
||||
|
||||
/*
|
||||
* Tool Closet
|
||||
|
||||
@@ -140,12 +140,12 @@
|
||||
density = 0
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/suit/fire/firefighter,
|
||||
/obj/item/clothing/suit/fire,
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/item/flashlight,
|
||||
/obj/item/tank/oxygen/red,
|
||||
/obj/item/extinguisher,
|
||||
/obj/item/clothing/head/hardhat/red)
|
||||
/obj/item/clothing/head/hardhat/firefighter)
|
||||
|
||||
/obj/structure/closet/walllocker_double/hydrant/north
|
||||
pixel_y = 32
|
||||
@@ -161,4 +161,4 @@
|
||||
|
||||
/obj/structure/closet/walllocker_double/hydrant/east
|
||||
pixel_x = 32
|
||||
dir = EAST
|
||||
dir = EAST
|
||||
|
||||
Reference in New Issue
Block a user