Skip to content

Commit

Permalink
Adds One ACCESSORY ONLY Slot for Helmets (#5573)
Browse files Browse the repository at this point in the history
# About the pull request

Allows for the insertion of an extra cosmetic item in helmets that
subtype the M10.

# Explain why it's good for the game

Adds more personalization to people who don the helmet. Change is purely
cosmetic.


# 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: Stakeyng
qol: Lets you put an extra accessory item in your helmet.
/:cl:
  • Loading branch information
Staykeu committed Feb 12, 2024
1 parent ee5f6a9 commit ebafd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list(

var/obj/item/storage/internal/headgear/pockets
var/storage_slots = 2 // keep in mind, one slot is reserved for garb items
var/storage_slots_reserved_for_garb = 1
var/storage_slots_reserved_for_garb = 2
var/storage_max_w_class = SIZE_TINY // can hold tiny items only, EXCEPT for glasses & metal flask.
var/storage_max_storage_space = 4

Expand Down

0 comments on commit ebafd17

Please sign in to comment.