mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user