From 6e495567ce6250a405ce6431291430c780e830d5 Mon Sep 17 00:00:00 2001 From: ArchieBeepBoop <53913550+ArchieBeepBoop@users.noreply.github.com> Date: Fri, 11 Jun 2021 21:54:52 -0300 Subject: [PATCH] Update hyperstation/code/datums/mood_events/events.dm Co-authored-by: Dahlular <55758850+Dahlular@users.noreply.github.com> --- 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 a92b0fa7..01bbcf51 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 = 10 MINUTES //20 minutes is too much, medical is moving around sluggishly because of this constantly. + timeout = 20 MINUTES //20 minutes is too much, medical is moving around sluggishly because of this constantly. /datum/mood_event/healsbadman description = "I feel like I'm held together by flimsy string, and could fall apart at any moment!\n"