Clear Family Heirloom mood on removal

This commit is contained in:
nightred
2020-07-20 11:28:52 -05:00
parent a075fbcc87
commit b27331cbb0
+4
View File
@@ -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."