From c4f951b80b0044b53e416ee641a38e02f1a361e1 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Tue, 14 Apr 2020 19:35:23 -0400 Subject: [PATCH] Tho it IS ment to be 6 not 10 --- code/datums/mood_events/drink_events.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/mood_events/drink_events.dm b/code/datums/mood_events/drink_events.dm index 24384a1ee4..0329f9a784 100644 --- a/code/datums/mood_events/drink_events.dm +++ b/code/datums/mood_events/drink_events.dm @@ -25,7 +25,7 @@ /datum/mood_event/race_drink description = "That drink was made for me!\n" - mood_change = 10 + mood_change = 6 timeout = 20 MINUTES /datum/mood_event/amazingtaste