diff --git a/code/game/objects/items/weapons/storage/firstaid.dm b/code/game/objects/items/weapons/storage/firstaid.dm index 3d920c3395c..5e81c320041 100644 --- a/code/game/objects/items/weapons/storage/firstaid.dm +++ b/code/game/objects/items/weapons/storage/firstaid.dm @@ -319,7 +319,7 @@ /obj/item/storage/pill_bottle/patch_pack name = "Patch Pack" - icon_state = "solid" + icon_state = "patch_pack" can_hold = list(/obj/item/reagent_containers/food/pill/patch) cant_hold = list() rapid_intake_message = "flips the lid of the Patch Pack open and begins rapidly stamping patches on themselves!" diff --git a/icons/obj/chemical.dmi b/icons/obj/chemical.dmi index f692814d18c..61390f38057 100644 Binary files a/icons/obj/chemical.dmi and b/icons/obj/chemical.dmi differ