Skip to content

Commit

Permalink
Playing cards are vanity accessories for helmets (cmss13-devs#6894)
Browse files Browse the repository at this point in the history
# About the pull request

Adds helmet garb flags to playing cards

# Explain why it's good for the game

Flavor and vanity is cool, you shouldnt have to sacrifice storage for
something so minor

# Testing Photographs and Procedure


![image](https://github.com/user-attachments/assets/eff1445f-c063-4b56-beaf-5f48eebc2e78)
<details>
<summary>Screenshots & Videos</summary>

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


![image](https://github.com/user-attachments/assets/b19ebb15-6ddc-4795-8969-86f9e71bef91)


</details>


# Changelog
:cl: Asmocard
qol: Playing cards no longer take a storage slot from your helmet, they
take a vanity slot now.
/:cl:
  • Loading branch information
doganesi committed Aug 18, 2024
1 parent 4ebfc76 commit 75b134e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/toys/cards.dm
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
icon = 'icons/obj/items/playing_cards.dmi'
icon_state = "empty"
w_class = SIZE_TINY
flags_obj = parent_type::flags_obj|OBJ_IS_HELMET_GARB

var/concealed = FALSE
var/pile_state = FALSE
Expand Down

0 comments on commit 75b134e

Please sign in to comment.