TCFL & FSF ERT Pilot Changes + Harnesses for All (#12006)

This commit is contained in:
WickedCybs
2021-06-15 10:55:13 -06:00
committed by GitHub
parent 6d3bcb1644
commit 83f62f9f2f
10 changed files with 101 additions and 11 deletions
@@ -111,6 +111,32 @@
cost = 2
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/accessory/webbing_harness
display_name = "webbing, harness selection"
path = /obj/item/clothing/accessory/storage/webbingharness
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
/datum/gear/accessory/webbing_harness/New()
..()
var/webbingharness = list()
webbingharness["webbing harness"] = /obj/item/clothing/accessory/storage/webbingharness
webbingharness["webbing harness, pouches"] = /obj/item/clothing/accessory/storage/webbingharness/pouches
webbingharness["webbing harness, pouches alt"] = /obj/item/clothing/accessory/storage/webbingharness/alt
gear_tweaks += new/datum/gear_tweak/path(webbingharness)
/datum/gear/accessory/colorable_webbing_harness
display_name = "webbing, colorable harness selection"
path = /obj/item/clothing/accessory/storage/webbingharness/grayscale
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/accessory/colorable_webbing_harness/New()
..()
var/colorableharness = list()
colorableharness["webbing harness"] = /obj/item/clothing/accessory/storage/webbingharness/grayscale
colorableharness["webbing harness, pouches"] = /obj/item/clothing/accessory/storage/webbingharness/pouches/grayscale
colorableharness["webbing harness, pouches alt"] = /obj/item/clothing/accessory/storage/webbingharness/alt/grayscale
gear_tweaks += new/datum/gear_tweak/path(colorableharness)
/datum/gear/accessory/brown_pouches
display_name = "drop pouches, engineering"
path = /obj/item/clothing/accessory/storage/pouches/brown