From 94b0ac002cdf4f3cbd788f04bf89f735a019155a Mon Sep 17 00:00:00 2001 From: Moon Date: Tue, 28 Nov 2023 14:10:37 -1000 Subject: [PATCH] should fix the linter --- code/datums/components/art.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/datums/components/art.dm b/code/datums/components/art.dm index 2eaefc1ee5b3..e00261b6d9b3 100644 --- a/code/datums/components/art.dm +++ b/code/datums/components/art.dm @@ -55,8 +55,6 @@ /datum/component/art/rilena /datum/component/art/rilena/apply_moodlet(mob/living/user, impress) - SIGNAL_HANDLER - var/msg if(HAS_TRAIT(user, TRAIT_FAN_RILENA)) SEND_SIGNAL(user, COMSIG_ADD_MOOD_EVENT, "artgreat", /datum/mood_event/artgreat)