mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
loadout overhaul pt1a
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user