Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 91698e2

Browse files
authored
Update drug_reagents.dm (#22859)
1 parent 8d70169 commit 91698e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

code/modules/reagents/chemistry/reagents/drug_reagents.dm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
overdose_threshold = 30
1616

1717
/datum/reagent/drug/space_drugs/on_mob_life(mob/living/carbon/M)
18-
M.set_drugginess(15)
18+
M.adjust_drugginess_up_to(3 SECONDS, 15 SECONDS)
1919
if(isturf(M.loc) && !isspaceturf(M.loc))
2020
if(M.mobility_flags & MOBILITY_MOVE)
2121
if(prob(10))
@@ -283,7 +283,7 @@
283283

284284
/datum/reagent/drug/bath_salts/on_mob_metabolize(mob/living/L)
285285
..()
286-
286+
287287
ADD_TRAIT(L, TRAIT_SLEEPIMMUNE, type)
288288
if(iscarbon(L))
289289
var/mob/living/carbon/human/H = L
@@ -566,7 +566,7 @@
566566
L.next_move_modifier *= 0.8
567567
L.action_speed_modifier *= 0.5
568568
tele_teleport(L)
569-
..()
569+
..()
570570

571571
/datum/reagent/drug/red_eye/on_mob_end_metabolize(mob/living/L)
572572
L.next_move_modifier *= 1.25
@@ -707,7 +707,7 @@
707707
addiction_threshold = 30
708708
metabolization_rate = 1.3 * REAGENTS_METABOLISM
709709
var/original_eye_color = "000" //so we can return it to normal eye on end metabolism
710-
710+
711711
/datum/reagent/drug/blue_eye/on_mob_metabolize(mob/living/L)
712712
..()
713713
if(prob(50))

0 commit comments

Comments
 (0)