[MIRROR] Fix haunted tarot deck exploit [MDB IGNORE] (#15715)

* Fix haunted tarot deck exploit (#69234)

* Fix haunted tarot deck exploit

Co-authored-by: Tim <timothymtorres@gmail.com>
This commit is contained in:
SkyratBot
2022-08-19 23:37:42 -07:00
committed by GitHub
co-authored by Tim
parent e8213fe293
commit f98cc4a2f9
+6
View File
@@ -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