Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kira's Custom Item #20113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions code/modules/customitems/item_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2000,3 +2000,14 @@ All custom items with worn sprites must follow the contained sprite system: http
icon_state = "tokash_mantle"
item_state = "tokash_mantle"
contained_sprite = TRUE

/obj/item/clothing/accessory/poncho/fluff/kira_carrier //mictlan plate carrier adjustments - Kira Vazquez - Dessysalta
name = "mictlan plate carrier adjustments"
desc = "Various pieces of custom-made accessories and adjustments to better suit a plate carrier for its wearer. It has various notes scrawled along it in permanent marker, mostly \
in Tradeband and Spanish, such as the verse of Ephesians 6:13 and, 'Wishing you well!' The SCC's logo has been woven around the left arm flap, and Mictlan's flag \
around the right. The back reads K. VAZQUEZ in bold text."
icon = 'icons/obj/custom_items/kira_carrier.dmi'
icon_override = 'icons/obj/custom_items/kira_carrier.dmi'
icon_state = "kira_carrier"
item_state = "kira_carrier"
contained_sprite = TRUE
6 changes: 6 additions & 0 deletions html/changelogs/wickedcybs_customkira.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
author: WickedCybs

delete-after: True

changes:
- rscadd: "Added Kira's custom item."
Binary file added icons/obj/custom_items/kira_carrier.dmi
Binary file not shown.
Loading