From 85f15522214f4a6daeca981fe813df31e445196d Mon Sep 17 00:00:00 2001 From: loser Date: Sun, 4 Aug 2019 22:02:59 +0300 Subject: [PATCH] E --- code/datums/mood_events/generic_positive_events.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/mood_events/generic_positive_events.dm b/code/datums/mood_events/generic_positive_events.dm index 13ef571d71e..99ee44e2024 100644 --- a/code/datums/mood_events/generic_positive_events.dm +++ b/code/datums/mood_events/generic_positive_events.dm @@ -74,7 +74,7 @@ hidden = TRUE /datum/mood_event/badass_antag - description = "I'm a fucking badass and everyone around me knows it. Just look at them; they're all fucking shaking at the mere thought of me around." + description = "I'm a fucking badass and everyone around me knows it. Just look at them; they're all fucking shaking at the mere thought of me around.\n" mood_change = 7 hidden = TRUE special_screen_obj = "badass_sun"