From b27331cbb028119205878618aa204a4f5319e98a Mon Sep 17 00:00:00 2001 From: nightred Date: Mon, 20 Jul 2020 11:28:52 -0500 Subject: [PATCH] Clear Family Heirloom mood on removal --- code/datums/traits/negative.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index 1d20bec1fd7..103fbf9e3a3 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -248,6 +248,10 @@ SEND_SIGNAL(quirk_holder, COMSIG_CLEAR_MOOD_EVENT, "family_heirloom") SEND_SIGNAL(quirk_holder, COMSIG_ADD_MOOD_EVENT, "family_heirloom_missing", /datum/mood_event/family_heirloom_missing) +/datum/quirk/family_heirloom/remove() + SEND_SIGNAL(quirk_holder, COMSIG_CLEAR_MOOD_EVENT, "family_heirloom_missing") + SEND_SIGNAL(quirk_holder, COMSIG_CLEAR_MOOD_EVENT, "family_heirloom") + /datum/quirk/frail name = "Frail" desc = "Your bones might as well be made of glass! You suffer wounds much more easily than most."