Cargo pants (#22488)

Aurora needs pockets (visually at least).

From the changelog:
>  - rscadd: "Added colorable cargo pants to the loadout."

<img width="1280" height="1280" alt="cargopants"
src="https://github.com/user-attachments/assets/788d14be-baa3-4305-bcab-0a90e63a8c2d"
/>

Imagine these are colored.
This commit is contained in:
ElorgRHG
2026-05-23 20:09:47 +00:00
committed by GitHub
parent b7dfac9615
commit 2defc856ed
4 changed files with 20 additions and 0 deletions
@@ -64,6 +64,7 @@ ABSTRACT_TYPE(/datum/gear/pants)
// Pants
colorpants["dress pants"] = /obj/item/clothing/pants/dress
colorpants["dress pants, with belt"] = /obj/item/clothing/pants/dress/belt
colorpants["cargo pants"] = /obj/item/clothing/pants/cargo
colorpants["striped pants"] = /obj/item/clothing/pants/striped
colorpants["flared pants"] = /obj/item/clothing/pants/flared
colorpants["mustang jeans"] = /obj/item/clothing/pants/mustang/colourable
+6
View File
@@ -78,6 +78,12 @@ ABSTRACT_TYPE(/obj/item/clothing/pants)
build_from_parts = TRUE
worn_overlay = "belt"
/obj/item/clothing/pants/cargo
name = "cargo pants"
desc = "A pair of pants with large pockets."
icon_state = "cargopants"
item_state = "cargopants"
/obj/item/clothing/pants/striped
name = "striped pants"
desc = "A pair of striped pants. Typically seen among privateers."
+13
View File
@@ -0,0 +1,13 @@
# Your name.
author: ElorgRHG
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Added colorable cargo pants to the loadout."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB