mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
Adds a new Security jumpsuit
This adds a new Security jumpsuit that looks a little less bad than the basic one, edited from one Polaris added a while back. It also adds it to loadout selection and to the uniform vendor. My first contribution to ss13 and my first spritework!
This commit is contained in:
@@ -306,3 +306,9 @@ Talon jumpsuit
|
||||
var/obj/item/clothing/under/color/fjumpsuit/jumpsuit = jumpsuit_style
|
||||
jumpsuits[initial(jumpsuit.name)] = jumpsuit
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(jumpsuits))
|
||||
|
||||
//Modernized Sec Jumpsuit
|
||||
/datum/gear/uniform/modernsec
|
||||
display_name = "undersuit, security, modernized (Security)"
|
||||
allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer")
|
||||
path = /obj/item/clothing/under/rank/security/modern
|
||||
Reference in New Issue
Block a user