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"