Skip to content

Commit

Permalink
Donator Kits (#3850)
Browse files Browse the repository at this point in the history
# About the pull request
Changes all existing donator gear to spawn inside boxes rather than
dumping items into a donator's inventory.
Kits cannot be opened unless by the donator, and can be destroyed with a
right-click by the donator.

Also tidied many of the typepaths that were confusing to make it easier
to understand what the item is.
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
Makes things tidier.
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
add: Added donator kit boxes that hold a donator's special gear. They
can be destroyed with a right-click while on the ground, and are locked
to the donator.
code: Tidied up typepaths for many donator items to make it clearer what
or who they are for.
code: Removed the requirement for donators to match their character name
to our config file.
/:cl:
  • Loading branch information
realforest2001 committed Jul 20, 2023
1 parent ad63247 commit b2d038e
Show file tree
Hide file tree
Showing 6 changed files with 877 additions and 297 deletions.
4 changes: 4 additions & 0 deletions code/modules/clothing/head/collectable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@
worn_x_dimension = 64
worn_y_dimension = 64
w_class = SIZE_LARGE

/obj/item/clothing/head/collectable/petehat
icon_state = "petehat"
item_state = "petehat"
Loading

0 comments on commit b2d038e

Please sign in to comment.