From 75b134e76730daa873b9e9ad6af1b3bb59ee8f9f Mon Sep 17 00:00:00 2001 From: doganesi <66347563+doganesi@users.noreply.github.com> Date: Sun, 18 Aug 2024 14:14:19 -0700 Subject: [PATCH] Playing cards are vanity accessories for helmets (#6894) # 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)
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags. ![image](https://github.com/user-attachments/assets/b19ebb15-6ddc-4795-8969-86f9e71bef91)
# Changelog :cl: Asmocard qol: Playing cards no longer take a storage slot from your helmet, they take a vanity slot now. /:cl: --- code/game/objects/items/toys/cards.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/toys/cards.dm b/code/game/objects/items/toys/cards.dm index f63efd61a615..89aea51bb8c0 100644 --- a/code/game/objects/items/toys/cards.dm +++ b/code/game/objects/items/toys/cards.dm @@ -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