add icons and code (#17497)
Co-authored-by: Christasmurf <2543783+Christasmurf@users.noreply.github.com>
@@ -1804,15 +1804,19 @@
|
||||
ads_list = list("Beat perps in style!", "It's red so you can't see the blood!", "You have the right to be fashionable!", "Now you can be the fashion police you always wanted to be!")
|
||||
vend_reply = "Thank you for using the SecDrobe!"
|
||||
products = list(/obj/item/clothing/under/rank/security/corp = 4,
|
||||
/obj/item/clothing/under/rank/security/skirt/corp = 4,
|
||||
/obj/item/clothing/under/rank/dispatch = 4,
|
||||
/obj/item/clothing/under/rank/security/skirt = 4,
|
||||
/obj/item/clothing/under/rank/security = 4,
|
||||
/obj/item/clothing/under/rank/security2 = 4,
|
||||
/obj/item/clothing/under/rank/security/formal = 4,
|
||||
/obj/item/clothing/under/rank/security/fancy = 4,
|
||||
/obj/item/clothing/under/rank/security/skirt/fancy = 4,
|
||||
/obj/item/clothing/head/soft/sec/corp = 4,
|
||||
/obj/item/clothing/head/officer = 4,
|
||||
/obj/item/clothing/head/beret/sec = 4,
|
||||
/obj/item/clothing/head/soft/sec = 4,
|
||||
/obj/item/clothing/head/drillsgt = 4,
|
||||
/obj/item/clothing/mask/bandana/red = 4,
|
||||
/obj/item/clothing/suit/jacket/secbomber = 2,
|
||||
/obj/item/clothing/suit/armor/secjacket = 4,
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
new /obj/item/clothing/under/rank/head_of_security/formal(src)
|
||||
new /obj/item/clothing/under/rank/head_of_security/corp(src)
|
||||
new /obj/item/clothing/under/rank/head_of_security/skirt(src)
|
||||
new /obj/item/clothing/under/rank/head_of_security/skirt/corp(src)
|
||||
new /obj/item/clothing/suit/armor/hos(src)
|
||||
new /obj/item/clothing/suit/armor/hos/alt(src)
|
||||
new /obj/item/clothing/head/HoS(src)
|
||||
@@ -132,6 +133,7 @@
|
||||
new /obj/item/clothing/under/rank/warden/formal(src)
|
||||
new /obj/item/clothing/under/rank/warden/corp(src)
|
||||
new /obj/item/clothing/under/rank/warden/skirt(src)
|
||||
new /obj/item/clothing/under/rank/warden/skirt/corp(src)
|
||||
new /obj/item/clothing/glasses/hud/security/sunglasses(src)
|
||||
new /obj/item/holosign_creator/security(src)
|
||||
new /obj/item/clothing/mask/gas/sechailer/warden(src)
|
||||
|
||||
@@ -130,6 +130,14 @@
|
||||
armor = list(MELEE = 35, BULLET = 30, LASER = 30, ENERGY = 10, BOMB = 0, BIO = 0, RAD = 0, FIRE = 20, ACID = 50)
|
||||
strip_delay = 60
|
||||
|
||||
/obj/item/clothing/head/drillsgt
|
||||
name = "security campaign hat"
|
||||
desc = "A wide-brimmed hat inspired by drill instructors, or when paired with red Security clothing, the Canadian Mounties of Terra."
|
||||
icon_state = "drillsgthat"
|
||||
item_state = "drillsgthat"
|
||||
armor = list(MELEE = 35, BULLET = 30, LASER = 30, ENERGY = 10, BOMB = 0, BIO = 0, RAD = 0, FIRE = 20, ACID = 50)
|
||||
strip_delay = 60
|
||||
|
||||
/obj/item/clothing/head/beret/sec
|
||||
name = "security beret"
|
||||
desc = "A beret with the security insignia emblazoned on it. For officers that are more inclined towards style than safety."
|
||||
|
||||
@@ -25,6 +25,11 @@
|
||||
item_state = "r_suit"
|
||||
item_color = "wardenf"
|
||||
|
||||
/obj/item/clothing/under/rank/warden/skirt/corp
|
||||
icon_state = "wardenblackf"
|
||||
item_state = "wardenblackf"
|
||||
item_color = "wardenblackf"
|
||||
|
||||
/obj/item/clothing/under/rank/security
|
||||
name = "security officer's jumpsuit"
|
||||
desc = "It's made of a slightly sturdier material than standard jumpsuits, to allow for robust protection."
|
||||
@@ -45,6 +50,26 @@
|
||||
item_state = "r_suit"
|
||||
item_color = "secredf"
|
||||
|
||||
/obj/item/clothing/under/rank/security/skirt/corp
|
||||
name = "corporate security jumpskirt"
|
||||
icon_state = "secblackf"
|
||||
item_state = "secblackf"
|
||||
item_color = "secblackf"
|
||||
|
||||
/obj/item/clothing/under/rank/security/skirt/fancy
|
||||
name = "security dress skirt"
|
||||
desc = "A red blouse paired with a black skirt, for the more formal Security Officer."
|
||||
icon_state = "secshirtf"
|
||||
item_state = "secshirtf"
|
||||
item_color = "secshirtf"
|
||||
|
||||
/obj/item/clothing/under/rank/security/fancy
|
||||
name = "security dress shirt"
|
||||
desc = "A red dress shirt paired with a pair of black trousers, for the more formal Security Officer."
|
||||
icon_state = "secshirt"
|
||||
item_state = "secshirt"
|
||||
item_color = "secshirt"
|
||||
|
||||
/obj/item/clothing/under/rank/dispatch
|
||||
name = "dispatcher's uniform"
|
||||
desc = "A dress shirt and khakis with a security patch sewn on."
|
||||
@@ -112,6 +137,11 @@
|
||||
item_state = "hos_corporate"
|
||||
item_color = "hos_corporate"
|
||||
|
||||
/obj/item/clothing/under/rank/head_of_security/skirt/corp
|
||||
icon_state = "hosblackf"
|
||||
item_state = "hosblackf"
|
||||
item_color = "hosblackf"
|
||||
|
||||
//Jensen cosplay gear
|
||||
/obj/item/clothing/under/rank/head_of_security/jensen
|
||||
name = "head of security's jumpsuit"
|
||||
|
||||
|
Before Width: | Height: | Size: 251 KiB After Width: | Height: | Size: 251 KiB |
|
Before Width: | Height: | Size: 338 KiB After Width: | Height: | Size: 343 KiB |
|
Before Width: | Height: | Size: 292 KiB After Width: | Height: | Size: 295 KiB |
|
Before Width: | Height: | Size: 300 KiB After Width: | Height: | Size: 304 KiB |
|
Before Width: | Height: | Size: 370 KiB After Width: | Height: | Size: 376 KiB |
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |