mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Highvis pants (#18774)
* h5 * 4 * t * tredh * c * Update code/modules/clothing/suits/miscellaneous.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Signed-off-by: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com> * Update code/modules/clothing/under/pants.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Signed-off-by: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com> --------- Signed-off-by: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com> Co-authored-by: DreamySkrell <> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
@@ -177,6 +177,8 @@
|
||||
pants["red pants"] = /obj/item/clothing/under/pants/red
|
||||
pants["tan pants"] = /obj/item/clothing/under/pants/tan
|
||||
pants["khaki pants"] = /obj/item/clothing/under/pants/khaki
|
||||
pants["high visibility pants"] = /obj/item/clothing/under/pants/highvis
|
||||
pants["high visibility pants, alt"] = /obj/item/clothing/under/pants/highvis_alt
|
||||
pants["track pants"] = /obj/item/clothing/under/pants/track
|
||||
pants["blue track pants"] = /obj/item/clothing/under/pants/track/blue
|
||||
pants["green track pants"] = /obj/item/clothing/under/pants/track/green
|
||||
|
||||
@@ -397,19 +397,19 @@
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/highvis
|
||||
name = "high visibility jacket"
|
||||
desc = "A loose-fitting, high visibility jacket to help crew be recognizable in high traffic areas with large industrial equipment."
|
||||
icon = 'icons/clothing/suits/highvis.dmi'
|
||||
icon_state = "highvis"
|
||||
item_state = "highvis"
|
||||
desc = "A loose-fitting, high visibility jacket to help the wearer be recognizable in high traffic areas with large industrial equipment."
|
||||
icon = 'icons/clothing/kit/highvis.dmi'
|
||||
icon_state = "jacket_highvis"
|
||||
item_state = "jacket_highvis"
|
||||
body_parts_covered = UPPER_TORSO|ARMS
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/highvis_alt
|
||||
name = "high visibility jacket"
|
||||
desc = "A bright yellow jacket with reflective stripes. For use in operations, engineering, and sometimes even law enforcement in cold and poor weather or when visibility is low."
|
||||
icon = 'icons/clothing/suits/highvis.dmi'
|
||||
icon_state = "highvis_alt"
|
||||
item_state = "highvis_alt"
|
||||
desc = "A bright yellow jacket with reflective stripes. For use in operations, engineering, and sometimes even law enforcement, in cold and poor weather or when visibility is low."
|
||||
icon = 'icons/clothing/kit/highvis.dmi'
|
||||
icon_state = "jacket_highvis_alt"
|
||||
item_state = "jacket_highvis_alt"
|
||||
body_parts_covered = UPPER_TORSO|ARMS
|
||||
contained_sprite = TRUE
|
||||
|
||||
|
||||
@@ -42,6 +42,20 @@
|
||||
icon_state = "khaki"
|
||||
item_state = "khaki"
|
||||
|
||||
/obj/item/clothing/under/pants/highvis
|
||||
name = "high visibility pants"
|
||||
desc = "A pair of loose-fitting, high visibility pants to help the wearer be recognizable in high traffic areas with large industrial equipment."
|
||||
icon = 'icons/clothing/kit/highvis.dmi'
|
||||
icon_state = "pants_highvis"
|
||||
item_state = "pants_highvis"
|
||||
|
||||
/obj/item/clothing/under/pants/highvis_alt
|
||||
name = "high visibility pants"
|
||||
desc = "A pair of bright yellow pants with reflective stripes. For use in operations, engineering, and sometimes even law enforcement, in cold and poor weather or when visibility is low."
|
||||
icon = 'icons/clothing/kit/highvis.dmi'
|
||||
icon_state = "pants_highvis_alt"
|
||||
item_state = "pants_highvis_alt"
|
||||
|
||||
/obj/item/clothing/under/pants/camo
|
||||
name = "camouflage pants"
|
||||
desc = "A pair of woodland camouflage pants. Probably not the best choice for a space station."
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
author: DreamySkrell
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Adds highvis pants to match the two highvis jackets."
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user