Engineering Drip Lite™ (#18231)

* Merge remote-tracking branch 'upstream/master' into engiclothingpack

* In hand sprites

* satchel fitting
This commit is contained in:
Christasmurf
2022-07-16 20:39:26 -05:00
committed by GitHub
parent 2881a03096
commit 51c1ef55ee
14 changed files with 50 additions and 6 deletions
@@ -157,6 +157,13 @@
item_state = "engiepack"
resistance_flags = FIRE_PROOF
/obj/item/storage/backpack/industrial/atmos
name = "atmospherics backpack"
desc = "It's a fireproof backpack for Atmospherics Staff."
icon_state = "atmospack"
item_state = "atmospack"
resistance_flags = FIRE_PROOF
/obj/item/storage/backpack/explorer
name = "explorer bag"
desc = "A robust backpack for stashing your loot."
@@ -255,6 +262,13 @@
item_state = "satchel-eng"
resistance_flags = FIRE_PROOF
/obj/item/storage/backpack/satchel_atmos
name = "atmospherics satchel"
desc = "A fireproof satchel for keeping gear safe."
icon_state = "satchel-atmos"
item_state = "satchel-atmos"
resistance_flags = FIRE_PROOF
/obj/item/storage/backpack/satchel/explorer
name = "explorer satchel"
desc = "A robust satchel for stashing your loot."
@@ -113,9 +113,9 @@
new /obj/item/cartridge/atmos(src)
new /obj/item/storage/toolbox/mechanical(src)
if(prob(50))
new /obj/item/storage/backpack/industrial(src)
new /obj/item/storage/backpack/industrial/atmos(src)
else
new /obj/item/storage/backpack/satchel_eng(src)
new /obj/item/storage/backpack/satchel_atmos(src)
new /obj/item/storage/backpack/duffel/atmos(src)
new /obj/item/extinguisher(src)
new /obj/item/grenade/gas/oxygen(src)