mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
Refactors specialized satchels as children of the regular (leather) satchel
This commit is contained in:
@@ -1855,8 +1855,8 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
|
||||
|
||||
/datum/supply_packs/securityclothing
|
||||
name = "Security uniform crate"
|
||||
contains = list(/obj/item/weapon/storage/backpack/satchel_sec,
|
||||
/obj/item/weapon/storage/backpack/satchel_sec,
|
||||
contains = list(/obj/item/weapon/storage/backpack/satchel/sec,
|
||||
/obj/item/weapon/storage/backpack/satchel/sec,
|
||||
/obj/item/weapon/storage/backpack/security,
|
||||
/obj/item/weapon/storage/backpack/security,
|
||||
/obj/item/clothing/accessory/armband,
|
||||
@@ -2267,7 +2267,7 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
|
||||
/datum/supply_packs/minergear
|
||||
name = "Shaft miner equipment"
|
||||
contains = list(/obj/item/weapon/storage/backpack/industrial,
|
||||
/obj/item/weapon/storage/backpack/satchel_eng,
|
||||
/obj/item/weapon/storage/backpack/satchel/eng,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/miner,
|
||||
/obj/item/device/radio/headset/headset_cargo,
|
||||
/obj/item/clothing/under/rank/miner,
|
||||
|
||||
Reference in New Issue
Block a user