diff --git a/code/modules/reagents/chemistry/reagents/medicine.dm b/code/modules/reagents/chemistry/reagents/medicine.dm index 05ea77988d5..b62f89393df 100644 --- a/code/modules/reagents/chemistry/reagents/medicine.dm +++ b/code/modules/reagents/chemistry/reagents/medicine.dm @@ -1061,7 +1061,7 @@ if(44) to_chat(M, "Your body goes rigid, you cannot move at all!") M.AdjustWeakened(15) - if(45 to 60) // Start fixing bones | If they have stimulants or stimulant drugs in their system then the nanites won't work. + if(45 to INFINITY) // Start fixing bones | If they have stimulants or stimulant drugs in their system then the nanites won't work. if(M.reagents.has_reagent("methamphetamine") || M.reagents.has_reagent("crank") || M.reagents.has_reagent("bath_salts") || M.reagents.has_reagent("stimulative_agent") || M.reagents.has_reagent("stimulants")) return ..() else