Security poncho (#24614)
* all at once * no * ah yes * minor pixel adjustments * moved * Update code/modules/clothing/suits/armor_suits.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
@@ -32,6 +32,7 @@
|
||||
/obj/item/clothing/mask/gas/sechailer/swat = 2,
|
||||
/obj/item/clothing/suit/jacket/secbomber = 2,
|
||||
/obj/item/clothing/suit/armor/secjacket = 4,
|
||||
/obj/item/clothing/suit/armor/secponcho = 4,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/security = 4,
|
||||
/obj/item/clothing/shoes/jackboots = 4,
|
||||
/obj/item/clothing/shoes/jackboots/jacksandals = 4,
|
||||
@@ -67,6 +68,7 @@
|
||||
/obj/item/clothing/mask/gas/sechailer/swat = 60,
|
||||
/obj/item/clothing/suit/jacket/secbomber = 75,
|
||||
/obj/item/clothing/suit/armor/secjacket = 75,
|
||||
/obj/item/clothing/suit/armor/secponcho = 75,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/security = 75,
|
||||
/obj/item/clothing/shoes/jackboots = 20,
|
||||
/obj/item/clothing/shoes/jackboots/jacksandals = 20,
|
||||
|
||||
@@ -200,6 +200,11 @@
|
||||
display_name = "Poncho, red"
|
||||
path = /obj/item/clothing/suit/poncho/red
|
||||
|
||||
/datum/gear/suit/secponcho
|
||||
display_name = "Poncho, security"
|
||||
path = /obj/item/clothing/suit/armor/secponcho
|
||||
allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer")
|
||||
|
||||
/datum/gear/suit/tphoodie
|
||||
display_name = "Hoodie, Tharsis Polytech"
|
||||
path = /obj/item/clothing/suit/hooded/hoodie/tp
|
||||
|
||||
@@ -121,6 +121,21 @@
|
||||
"Grey" = 'icons/mob/clothing/species/grey/suit.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/suit/armor/secponcho
|
||||
name = "security poncho"
|
||||
desc = "A stylish black and red poncho made with reinforced fabric."
|
||||
icon_state = "security_poncho"
|
||||
item_state = "security_poncho"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
|
||||
armor = list(MELEE = 10, BULLET = 5, LASER = 10, ENERGY = 5, BOMB = 10, RAD = 0, FIRE = 20, ACID = 20)
|
||||
cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS
|
||||
heat_protection = UPPER_TORSO|LOWER_TORSO|ARMS
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/clothing/species/vox/suit.dmi',
|
||||
"Drask" = 'icons/mob/clothing/species/drask/suit.dmi',
|
||||
"Grey" = 'icons/mob/clothing/species/grey/suit.dmi'
|
||||
)
|
||||
|
||||
|
||||
/obj/item/clothing/suit/armor/hos
|
||||
name = "armored coat"
|
||||
|
||||
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 109 KiB |
|
Before Width: | Height: | Size: 340 KiB After Width: | Height: | Size: 342 KiB |
|
Before Width: | Height: | Size: 556 KiB After Width: | Height: | Size: 570 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 163 KiB |
@@ -231,6 +231,7 @@
|
||||
"military+jacket%2c+white": "/datum/gear/suit/wh_miljacket",
|
||||
"security+jacket": "/datum/gear/suit/secjacket",
|
||||
"security+bomber+jacket": "/datum/gear/suit/secbomberjacket",
|
||||
"security+poncho": "/datum/gear/suit/secponcho",
|
||||
"Ian+Shirt": "/datum/gear/suit/ianshirt",
|
||||
"poncho%2c+classic": "/datum/gear/suit/poncho",
|
||||
"poncho%2c+green": "/datum/gear/suit/grponcho",
|
||||
|
||||