diff --git a/code/datums/elements/art.dm b/code/datums/elements/art.dm index 715e67afe82..955f7ca1bbe 100644 --- a/code/datums/elements/art.dm +++ b/code/datums/elements/art.dm @@ -59,6 +59,7 @@ if(user.mind?.has_antag_datum(/datum/antagonist/rev)) SEND_SIGNAL(user, COMSIG_ADD_MOOD_EVENT, "artgreat", /datum/mood_event/artgreat) msg = "What \a [pick("masterpiece", "chef-d'oeuvre")] [source.p_theyre()]. So [pick("subversive", "revolutionary", "unitizing", "egalitarian")]!" + else SEND_SIGNAL(user, COMSIG_ADD_MOOD_EVENT, "artbad", /datum/mood_event/artbad) msg = "Wow, [source.p_they()] sucks."