From 0dea745d057d2000e51b169447d951fd39b0593c Mon Sep 17 00:00:00 2001 From: ArchieBeepBoop <53913550+ArchieBeepBoop@users.noreply.github.com> Date: Fri, 11 Jun 2021 21:55:51 -0300 Subject: [PATCH] Comment --- hyperstation/code/datums/mood_events/events.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/datums/mood_events/events.dm b/hyperstation/code/datums/mood_events/events.dm index 01bbcf51..5c58d9ab 100644 --- a/hyperstation/code/datums/mood_events/events.dm +++ b/hyperstation/code/datums/mood_events/events.dm @@ -16,7 +16,7 @@ /datum/mood_event/deathsaw description = "I saw someone die!\n" mood_change = -5 - timeout = 20 MINUTES //20 minutes is too much, medical is moving around sluggishly because of this constantly. + timeout = 20 MINUTES //May be fine tuned in the future. /datum/mood_event/healsbadman description = "I feel like I'm held together by flimsy string, and could fall apart at any moment!\n"