diff --git a/code/modules/reagents/Chemistry-Goon-Toxins.dm b/code/modules/reagents/Chemistry-Goon-Toxins.dm index 3c4367973d5..2ac579a1ae3 100644 --- a/code/modules/reagents/Chemistry-Goon-Toxins.dm +++ b/code/modules/reagents/Chemistry-Goon-Toxins.dm @@ -209,14 +209,13 @@ datum/reagent/itching_powder/on_mob_life(var/mob/living/M as mob) datum/reagent/initropidril name = "Initropidril" id = "initropidril" - description = "Major stamina regeneration buff. 33% chance to hit with a random amount of toxin damage, 5-10% chances to cause stunning, suffocation, or immediate heart failure." + description = "33% chance to hit with a random amount of toxin damage, 5-10% chances to cause stunning, suffocation, or immediate heart failure." reagent_state = LIQUID color = "#CF3600" metabolization_rate = 0.4 datum/reagent/initropidril/on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom - M.adjustStaminaLoss(-5) if(prob(33)) M.adjustToxLoss(rand(5,25)) if(prob(rand(5,10))) diff --git a/html/changelogs/Iamgoofball-Goonchem5.yml b/html/changelogs/Iamgoofball-Goonchem5.yml index 2c0389ffe41..0d0d5a2ecb8 100644 --- a/html/changelogs/Iamgoofball-Goonchem5.yml +++ b/html/changelogs/Iamgoofball-Goonchem5.yml @@ -48,7 +48,7 @@ changes: - rscadd: "Adds Phlogiston. This reagent ignites you and gives you a single fire stack every 3 seconds. Burn damage from this chemical scales up with the fire stacks you have. Counter this with literally any chemical that purges other chems." - experiment: "Smoke now transfers reagents to the mob, and applies touch reactions on them. This means smoke can run out of reagents, no more infinite acid smoke. It also only works on mobs, use the new Reagent Foam(tm) for your hellfoam needs. I suggest a CLF3 Fluoroacid Black Powder mix." - experiment: "Added a derelict medibot to the code, will place a few on the derelict when this PR is merged as to prevent mapping conflicts." - - rscadd: "Adds Initropidril. Gives you a stamina buff, with a 33% chance to hit with 5-25 TOX damage a cycle, and a 5-10% chance to either stun, cause lots of oxygen damage, or cause your heart to stop. Get it from the traitor Poison Kit." + - rscadd: "Adds Initropidril. 33% chance to hit with 5-25 TOX damage a cycle, and a 5-10% chance to either stun, cause lots of oxygen damage, or cause your heart to stop. Get it from the traitor Poison Kit." - rscadd: "Adds Pancuronium. Paralyses you after 10 cycles, with a 7% chance to cause 3-5 LOSEBREATH. Get it from the traitor Poison Kit." - rscadd: "Adds Sodium Thiopental. Knocks you out after 10 cycles, and destroys your stamina. Get it from the traitor Poison Kit." - rscadd: "Adds Sulfonal. +1 TOX per cycle, knocks you out in 22 cycles. Mix it with Acetone, Diethylamine, and Sulfur."