loadout overhaul pt1a

This commit is contained in:
Killian
2023-06-13 20:50:04 +01:00
parent ef22fc4753
commit bba11b57f1
2 changed files with 6 additions and 5 deletions
@@ -544,7 +544,8 @@
gear_tweaks += new/datum/gear_tweak/path(flannel)
/datum/gear/suit/denim_jacket
display_name = "denim jacket"
display_name = "denim jacket and vest selection"
description = "Select from a small range of denim jackets and vests."
path = /obj/item/clothing/suit/storage/toggle/denim_jacket
/datum/gear/suit/denim_jacket/New()
@@ -165,7 +165,7 @@
allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer")
path = /obj/item/clothing/under/rank/security/corp
sort_category = "Uniforms"
cost = 2
cost = 1
/datum/gear/uniform/security_selector/New()
..()
@@ -210,7 +210,7 @@
allowed_roles = list("Head of Security","Warden")
path = /obj/item/clothing/under/rank/warden/corp
sort_category = "Uniforms"
cost = 2
cost = 1
/datum/gear/uniform/security_warden_selector/New()
..()
@@ -231,7 +231,7 @@
allowed_roles = list("Head of Security","Detective")
path = /obj/item/clothing/under/det/corporate
sort_category = "Uniforms"
cost = 2
cost = 1
/datum/gear/uniform/security_detective_selector/New()
..()
@@ -247,7 +247,7 @@
allowed_roles = list("Head of Security")
path = /obj/item/clothing/under/rank/head_of_security/corp
sort_category = "Uniforms"
cost = 2
cost = 1
/datum/gear/uniform/security_head_selector/New()
..()