Skip to content

Commit

Permalink
Antediluvian dress + more heels (#6057)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

![image](https://github.com/Citadel-Station-13/Citadel-Station-13-RP/assets/11361525/bdd6bb09-f1f9-4d70-9b2c-2cc3c15ca821)

![image](https://github.com/Citadel-Station-13/Citadel-Station-13-RP/assets/11361525/df14349b-dbdf-45ed-ae86-525ce4917c1d)

Adds a dress + two heels to the loadout.

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
Clothes!!!
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

:cl:
add: Antediluvian wrap dress, extra heels
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
FreeStylaLT authored Oct 9, 2023
1 parent 8911e50 commit 13a6873
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
15 changes: 13 additions & 2 deletions code/modules/clothing/shoes/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,22 @@
icon_state = "antediluvian"

/obj/item/clothing/shoes/antediluvian/heels
name = "Antediluvian legwraps"
desc = "These thigh-high legwraps are designed to cling tightly to the body. Secured to the feet by stirrups, it is unknown whether shoes were meant to be worn over these."
name = "Antediluvian heels"
desc = "A pair of black-gold heels based on an unknown design. The inside of the shoe has an odd texture, and snugly covers the whole foot."
icon_state = "ante"
icon = 'icons/clothing/shoes/ante.dmi'
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL

/obj/item/clothing/shoes/antediluvian/heels/aziru
name = "Antediluvian exposed heels"
desc = "A pair of a set of heels recovered with an odd design. This version has toes exposed, granting the wearer elegance, or unsightliness."
icon_state = "aziru_heels"
icon = 'icons/clothing/shoes/ante_aziru.dmi'

/obj/item/clothing/shoes/antediluvian/heels/aziru/alt
name = "Antediluvian exposed heels alt"
desc = "A pair of a set of heels recovered with an odd design. This version has toes exposed, granting the wearer elegance, or unsightliness. This one has extra gold trimming."
icon_state = "aziru_heels_alt"
// The things folks do for fashion...
/obj/item/clothing/shoes/galoshes/black
name = "black galoshes"
Expand Down
9 changes: 8 additions & 1 deletion code/modules/clothing/under/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2008,12 +2008,19 @@

/obj/item/clothing/under/antediluvian/dress
name = "Antediluvian dress"
desc = "A metalic dress with inner padding, following a similar, scantily-clad fashion trend. It is unknown whether it serveed ceremonial or official purpose."
desc = "A metalic dress with inner padding, following a similar, scantily-clad fashion trend. It is unknown whether it served ceremonial or official purpose."
icon_state = "ante"
icon = 'icons/clothing/suit/misc/ante.dmi'
worn_has_rollsleeve = UNIFORM_HAS_NO_ROLL
worn_has_rolldown = UNIFORM_HAS_NO_ROLL
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL

/obj/item/clothing/under/antediluvian/dress/aziru
name = "Antediluvian Wrap"
desc = "A dress made out of an elegantly wrapped single piece of cloth, with golden embellishments of unknown origin. It seems to have purposefully exposed arms."
icon_state = "aziru_dress"
icon = 'icons/clothing/uniform/misc/ante_aziru.dmi'

/obj/item/clothing/under/hasie
name = "Hasie skirt"
desc = "A daring combination of dark charcoals and vibrant reds and whites, the Hasie skirt/vest combo knows what it's doing. Sporting a low cut charcoal miniskirt and matching midriff button-up, this ensemble wows with the incredible color contrast of its two-tone vest."
Expand Down
10 changes: 9 additions & 1 deletion code/modules/loadout/loadout_shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,18 @@
name = "Antediluvian Legwraps"
path = /obj/item/clothing/shoes/antediluvian

/datum/loadout_entry/shoes/antediluvian
/datum/loadout_entry/shoes/antediluvian/heels
name = "Antediluvian Heels"
path = /obj/item/clothing/shoes/antediluvian/heels

/datum/loadout_entry/shoes/antediluvian/heels/aziru
name = "Antediluvian Exposed Heels"
path = /obj/item/clothing/shoes/antediluvian/heels/aziru

/datum/loadout_entry/shoes/antediluvian/heels/aziru/alt
name = "Antediluvian Exposed Heels Alt"
path = /obj/item/clothing/shoes/antediluvian/heels/aziru/alt

/datum/loadout_entry/shoes/halfmoon
name = "Half Moon boots"
path = /obj/item/clothing/shoes/boots/half_moon
Expand Down
5 changes: 5 additions & 0 deletions code/modules/loadout/loadout_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,11 @@ Swimsuits
name = "Antediluvian Dress"
path = /obj/item/clothing/under/antediluvian/dress


/datum/loadout_entry/uniform/antediluvian_wraps
name = "Antediluvian Wraps"
path = /obj/item/clothing/under/antediluvian/dress/aziru

/datum/loadout_entry/accessory/antediluvian_gloves_alt
name = "Antediluvian Bracers Alternate"
path = /obj/item/clothing/accessory/antediluvian_gloves/alt
Expand Down
Binary file added icons/clothing/shoes/ante_aziru.dmi
Binary file not shown.
Binary file added icons/clothing/uniform/misc/ante_aziru.dmi
Binary file not shown.

0 comments on commit 13a6873

Please sign in to comment.