From e559bae0b51e30397ee66f7b20ad6bf01ea6c42d Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Tue, 13 Nov 2018 15:18:54 +0800 Subject: [PATCH] Update patch.dm --- code/modules/reagents/reagent_containers/patch.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/reagents/reagent_containers/patch.dm b/code/modules/reagents/reagent_containers/patch.dm index 5372f733879..370d7f6475d 100644 --- a/code/modules/reagents/reagent_containers/patch.dm +++ b/code/modules/reagents/reagent_containers/patch.dm @@ -40,7 +40,7 @@ icon_state = "bandaid_burn" /obj/item/reagent_containers/pill/patch/synthflesh - name = "brute and burn patch" + name = "synthflesh patch" desc = "Helps with brute and burn injuries." - list_reagents = list("synthflesh" = 15) - icon_state = "bandaid_both" \ No newline at end of file + list_reagents = list("synthflesh" = 20) + icon_state = "bandaid_both"