From fa213c351f29b90761b071a392575bd6e0e44617 Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Wed, 21 Feb 2018 20:55:43 +0000 Subject: [PATCH] makes the third cycle work until all reagent is gone. --- code/modules/reagents/chemistry/reagents/medicine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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