From 70abf0bf8136558d83378232ae4b2ee8ba765e96 Mon Sep 17 00:00:00 2001 From: ppi13 Date: Fri, 2 Jun 2023 19:06:14 +0200 Subject: [PATCH] Buffs morphine duration (#21107) * Buffs morphine duration * Updates cycles to fit current cycles before 15 units took 37.5 cycles now they do 60 cycles. * Revert "Updates cycles to fit current cycles" This reverts commit cc2202356c6ddac45207a8e09632065cb6365ff1. --- code/modules/reagents/chemistry/reagents/medicine.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/chemistry/reagents/medicine.dm b/code/modules/reagents/chemistry/reagents/medicine.dm index 39a54b53a21..96934a4c49b 100644 --- a/code/modules/reagents/chemistry/reagents/medicine.dm +++ b/code/modules/reagents/chemistry/reagents/medicine.dm @@ -614,6 +614,7 @@ overdose_threshold = 20 addiction_chance = 10 addiction_threshold = 15 + metabolization_rate = 0.25 //Lasts for 120 seconds shock_reduction = 50 harmless = FALSE taste_description = "a delightful numbing"