diff --git a/code/modules/reagents/chemistry/reagents/medicine.dm b/code/modules/reagents/chemistry/reagents/medicine.dm index b62f89393df..b277c835d18 100644 --- a/code/modules/reagents/chemistry/reagents/medicine.dm +++ b/code/modules/reagents/chemistry/reagents/medicine.dm @@ -1048,7 +1048,7 @@ if(1 to 19) M.AdjustJitter(4) if(prob(10)) - to_chat(M, "Your skin feels hot and your veins are on fire!") + to_chat(M, "Your skin feels hot and your veins are on fire!") if(20 to 43) //If they have stimulants or stimulant drugs then just apply toxin damage instead. 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")) @@ -1059,7 +1059,7 @@ else M.AdjustWeakened(5) if(44) - to_chat(M, "Your body goes rigid, you cannot move at all!") + to_chat(M, "Your body goes rigid, you cannot move at all!") M.AdjustWeakened(15) 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")) @@ -1070,7 +1070,5 @@ if(prob(50)) // Each tick has a 50% chance of repearing a bone. to_chat(M, "You feel a burning sensation in your [E.name] as it straightens involuntarily!") E.rejuvenate() //Repair it completely. - return ..() - else - continue + break ..() diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 978bb15d2d3..70b01f1965e 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -113,7 +113,7 @@ list_reagents = list("stimulants" = 50) /obj/item/weapon/reagent_containers/hypospray/autoinjector/nanocalcium - name = "Nanocalcium autoinjector" + name = "nanocalcium autoinjector" desc = "After a short period of time the nanites will slow the body's systems and assist with bone repair. WARNING: Do not use with stimulants!" icon_state = "bonepen" amount_per_transfer_from_this = 30