diff --git a/code/modules/cards/deck/tarot.dm b/code/modules/cards/deck/tarot.dm index eb56c320cf6..03969f9ce36 100644 --- a/code/modules/cards/deck/tarot.dm +++ b/code/modules/cards/deck/tarot.dm @@ -56,4 +56,10 @@ REMOVE_TRAIT(user, TRAIT_SIXTHSENSE, MAGIC_TRAIT) to_chat(user, span_notice("The veil to the underworld closes shut. You feel your senses returning to normal.")) +/obj/item/toy/cards/deck/tarot/haunted/dropped(mob/living/carbon/user, silent) + . = ..() + if(wielded) + REMOVE_TRAIT(user, TRAIT_SIXTHSENSE, MAGIC_TRAIT) + to_chat(user, span_notice("The veil to the underworld closes shut. You feel your senses returning to normal.")) + #undef TAROT_GHOST_TIMER