Skip to content

Commit

Permalink
The floral shirt now takes two seconds to put on. (#4129)
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

read title

## Why It's Good For The Game
because a winter coat taking less time than a shirt that's barely even
being worn is bullshit.
yes. this is a spite pr.
## Changelog

:cl:
fix: Floral shirts no longer take six whole seconds to put on, because
that is completely insane.
/: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
Ratvarr authored Feb 3, 2025
1 parent fa42819 commit d049484
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -445,3 +445,9 @@
desc = "From grills to guns, this shirt's seen it all."
icon_state = "hawaiian_blue"
item_state = "hawaiian_blue"

equipping_sound = EQUIP_SOUND_SHORT_GENERIC
unequipping_sound = UNEQUIP_SOUND_SHORT_GENERIC
equip_delay_self = EQUIP_DELAY_COAT
equip_delay_other = EQUIP_DELAY_COAT * 1.5
strip_delay = EQUIP_DELAY_COAT * 1.5

0 comments on commit d049484

Please sign in to comment.