mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Merge pull request #9153 from Iamgoofball/patch-59
Resets Styptic and Silver Sulf back down to the default metabolism rate
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user