This repository was archived by the owner on May 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
code/modules/reagents/chemistry/reagents Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 ))
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
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
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 ))
You can’t perform that action at this time.
0 commit comments