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:
DreamySkrell
2024-04-01 16:47:32 +02:00
committed by GitHub
parent b4ac6efae6
commit aa76c671d3
6 changed files with 32 additions and 8 deletions
@@ -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
+8 -8
View File
@@ -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
+14
View File
@@ -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