Adds Security Skirts

This commit is contained in:
redstryker
2016-03-15 23:04:26 -04:00
parent f5aaefbeec
commit 1a0a517f47
8 changed files with 54 additions and 2 deletions

View File

@@ -165,6 +165,10 @@
display_name = "poncho, red" display_name = "poncho, red"
path = /obj/item/clothing/suit/poncho/red path = /obj/item/clothing/suit/poncho/red
/datum/gear/suit/poncho/security
display_name = "poncho, security"
path = /obj/item/clothing/suit/poncho/security
/datum/gear/suit/unathi_robe /datum/gear/suit/unathi_robe
display_name = "roughspun robe" display_name = "roughspun robe"
path = /obj/item/clothing/suit/unathi/robe path = /obj/item/clothing/suit/unathi/robe

View File

@@ -192,6 +192,21 @@
path = /obj/item/clothing/under/rank/cargo/skirt path = /obj/item/clothing/under/rank/cargo/skirt
allowed_roles = list("Quartermaster") allowed_roles = list("Quartermaster")
/datum/gear/uniform/skirt/warden
display_name = "skirt, warden"
path = /obj/item/clothing/under/rank/warden/skirt
allowed_roles = list("Head of Security", "Warden")
/datum/gear/uniform/skirt/security
display_name = "skirt, security"
path = /obj/item/clothing/under/rank/security/skirt
allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer")
/datum/gear/uniform/skirt/head_of_security
display_name = "skirt, hos"
path = /obj/item/clothing/under/rank/head_of_security/skirt
allowed_roles = list("Head of Security")
/datum/gear/uniform/jeans_qm /datum/gear/uniform/jeans_qm
display_name = "jeans, QM" display_name = "jeans, QM"
path = /obj/item/clothing/under/rank/cargo/jeans path = /obj/item/clothing/under/rank/cargo/jeans
@@ -383,7 +398,7 @@
/datum/gear/uniform/scrubs /datum/gear/uniform/scrubs
display_name = "scrubs, black" display_name = "scrubs, black"
path = /obj/item/clothing/under/rank/medical/black path = /obj/item/clothing/under/rank/medical/black
allowed_roles = list("Medical Doctor","Chief Medical Officer","Chemist","Paramedic","Geneticist") allowed_roles = list("Medical Doctor","Chief Medical Officer","Chemist","Paramedic","Geneticist", "Roboticist")
/datum/gear/uniform/scrubs/blue /datum/gear/uniform/scrubs/blue
display_name = "scrubs, blue" display_name = "scrubs, blue"

View File

@@ -343,6 +343,12 @@
icon_state = "blueponcho" icon_state = "blueponcho"
item_state = "blueponcho" item_state = "blueponcho"
/obj/item/clothing/suit/poncho/security
name = "security poncho"
desc = "A simple, comfortable cloak without sleeves. This one is black and red, standard NanoTrasen Security colors."
icon_state = "secponcho"
item_state = "secponcho"
/obj/item/clothing/suit/jacket/puffer /obj/item/clothing/suit/jacket/puffer
name = "puffer jacket" name = "puffer jacket"
desc = "A thick jacket with a rubbery, water-resistant shell." desc = "A thick jacket with a rubbery, water-resistant shell."

View File

@@ -18,6 +18,15 @@
siemens_coefficient = 0.9 siemens_coefficient = 0.9
rolled_sleeves = 0 rolled_sleeves = 0
/obj/item/clothing/under/rank/warden/skirt
desc = "Standard feminine fashion for a Warden. It is made of sturdier material than standard jumpskirts. It has the word \"Warden\" written on the shoulders."
name = "warden's jumpskirt"
icon_state = "wardenf"
item_state = "r_suit"
worn_state = "wardenf"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
siemens_coefficient = 0.9
/obj/item/clothing/head/helmet/warden /obj/item/clothing/head/helmet/warden
name = "warden's hat" name = "warden's hat"
desc = "It's a special helmet issued to the Warden of a securiy force." desc = "It's a special helmet issued to the Warden of a securiy force."
@@ -34,6 +43,15 @@
siemens_coefficient = 0.9 siemens_coefficient = 0.9
rolled_sleeves = 0 rolled_sleeves = 0
/obj/item/clothing/under/rank/security/skirt
name = "security officer's jumpskirt"
desc = "Standard feminine fashion for Security Officers. It's made of sturdier material than the standard jumpskirts."
icon_state = "secredf"
item_state = "r_suit"
worn_state = "secredf"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
siemens_coefficient = 0.9
/obj/item/clothing/under/rank/dispatch /obj/item/clothing/under/rank/dispatch
name = "dispatcher's uniform" name = "dispatcher's uniform"
desc = "A dress shirt and khakis with a security patch sewn on." desc = "A dress shirt and khakis with a security patch sewn on."
@@ -127,7 +145,7 @@
icon_state = "detective2_waistcoat" icon_state = "detective2_waistcoat"
worn_state = "detective2_waistcoat" worn_state = "detective2_waistcoat"
desc = "A serious-looking tan dress shirt paired with freshly-pressed black slacks, complete with a red striped tie and waistcoat." desc = "A serious-looking tan dress shirt paired with freshly-pressed black slacks, complete with a red striped tie and waistcoat."
/obj/item/clothing/head/det /obj/item/clothing/head/det
name = "fedora" name = "fedora"
@@ -160,6 +178,15 @@
siemens_coefficient = 0.8 siemens_coefficient = 0.8
rolled_sleeves = 0 rolled_sleeves = 0
/obj/item/clothing/under/rank/head_of_security/skirt
desc = "It's a fashionable jumpskirt worn by those few with the dedication to achieve the position of \"Head of Security\". It has additional armor to protect the wearer."
name = "head of security's jumpskirt"
icon_state = "hosredf"
item_state = "r_suit"
worn_state = "hosredf"
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
siemens_coefficient = 0.8
/obj/item/clothing/under/rank/head_of_security/corp /obj/item/clothing/under/rank/head_of_security/corp
icon_state = "hos_corporate" icon_state = "hos_corporate"
//item_state = "hos_corporate" //item_state = "hos_corporate"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 KiB

After

Width:  |  Height:  |  Size: 378 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 KiB

After

Width:  |  Height:  |  Size: 405 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 78 KiB