From a58227df12f746354bd6768b7b0e25ef19dbd6ed Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Fri, 24 Apr 2015 17:07:39 -0700 Subject: [PATCH] Resets Styptic and Silver Sulf back down to the default metabolism rate no clue why it was set this high, i mighta been smoking something or some shit idfk --- code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm b/code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm index 700315b3e36..a82591fb66e 100644 --- a/code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents/Medicine-Reagents.dm @@ -162,7 +162,6 @@ datum/reagent/medicine/silver_sulfadiazine description = "On touch, quickly heals burn damage. Basic anti-burn healing drug. On ingestion, deals minor toxin damage." reagent_state = LIQUID color = "#C8A5DC" - metabolization_rate = 5 * REAGENTS_METABOLISM datum/reagent/medicine/silver_sulfadiazine/reaction_mob(var/mob/living/M as mob, var/method=TOUCH, var/volume, var/show_message = 1) if(iscarbon(M)) @@ -189,7 +188,6 @@ datum/reagent/medicine/styptic_powder description = "On touch, quickly heals brute damage. Basic anti-brute healing drug. On ingestion, deals minor toxin damage." reagent_state = LIQUID color = "#C8A5DC" - metabolization_rate = 5 * REAGENTS_METABOLISM datum/reagent/medicine/styptic_powder/reaction_mob(var/mob/living/M as mob, var/method=TOUCH, var/volume, var/show_message = 1) if(iscarbon(M))