Skip to content

Commit

Permalink
Cigars now fit in helmets (#4851)
Browse files Browse the repository at this point in the history
# About the pull request

Cigars couldnt fit in helmets, i *think* it was unintentional so im
fixing/adding it


<!-- 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
if cigarettes could fit, why couldnt cigars? well now they can.

# 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: Makes it so cigars fit in helmets.
/:cl:
  • Loading branch information
Releasethesea committed Nov 7, 2023
1 parent 329074c commit 37f49c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list(
/obj/item/storage/fancy/cigarettes/arcturian_ace = "helmet_cig_aapack",
/obj/item/storage/fancy/cigarettes/lucky_strikes_4 = "hat_cig_ls_mre",
/obj/item/storage/fancy/cigar/matchbook = "helmet_matches_mre",
/obj/item/clothing/mask/cigarette/cigar = "helmet_cig_cig",
/obj/item/clothing/mask/electronic_cigarette = "helmet_cig_cig",

// CARDS
/obj/item/toy/deck = "helmet_card_deck",
Expand Down

0 comments on commit 37f49c3

Please sign in to comment.