From d59e840b764248fb9a358b6276adfdb26845592a Mon Sep 17 00:00:00 2001 From: Archie Date: Sun, 27 Jun 2021 16:24:45 -0300 Subject: [PATCH] Little lower and a little higher. --- hyperstation/code/datums/mood_events/events.dm | 2 +- .../modules/reagents/chemistry/reagents/medicine_reagents.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperstation/code/datums/mood_events/events.dm b/hyperstation/code/datums/mood_events/events.dm index 933c6548..b61bff1c 100644 --- a/hyperstation/code/datums/mood_events/events.dm +++ b/hyperstation/code/datums/mood_events/events.dm @@ -25,5 +25,5 @@ /datum/mood_event/copium description = "Things are going to be okay, right?\n" - mood_change = 2 + mood_change = 3 timeout = 3 MINUTES diff --git a/hyperstation/code/modules/reagents/chemistry/reagents/medicine_reagents.dm b/hyperstation/code/modules/reagents/chemistry/reagents/medicine_reagents.dm index 59eda37c..3db0e93f 100644 --- a/hyperstation/code/modules/reagents/chemistry/reagents/medicine_reagents.dm +++ b/hyperstation/code/modules/reagents/chemistry/reagents/medicine_reagents.dm @@ -3,7 +3,7 @@ description = "A heavy scented substance meant to help one deal with loss." reagent_state = LIQUID color = "#a8707e" - overdose_threshold = 25 + overdose_threshold = 21 metabolization_rate = 0.75 * REAGENTS_METABOLISM pH = 4