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