mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Engineering Drip Lite™ (#18231)
* Merge remote-tracking branch 'upstream/master' into engiclothingpack * In hand sprites * satchel fitting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user