From e51d602ca680864055bf943f556797eca25f50ee Mon Sep 17 00:00:00 2001 From: octareenroon91 Date: Mon, 15 Feb 2016 01:15:37 -0600 Subject: [PATCH] Correct generic chem patch icon Fixes #15540 --- code/modules/reagents/reagent_containers/patch.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/reagent_containers/patch.dm b/code/modules/reagents/reagent_containers/patch.dm index 3b17000cab8..0e44e41fae3 100644 --- a/code/modules/reagents/reagent_containers/patch.dm +++ b/code/modules/reagents/reagent_containers/patch.dm @@ -2,8 +2,8 @@ name = "chemical patch" desc = "A chemical patch for touch based applications." icon = 'icons/obj/chemical.dmi' - icon_state = "bandaid_generic" - item_state = "bandaid_generic" + icon_state = "bandaid" + item_state = "bandaid" possible_transfer_amounts = list() volume = 50 apply_type = PATCH