mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user