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."