diff --git a/code/modules/reagents/chemistry/machinery/pandemic.dm b/code/modules/reagents/chemistry/machinery/pandemic.dm index 50b956ff85e..41e46defec1 100644 --- a/code/modules/reagents/chemistry/machinery/pandemic.dm +++ b/code/modules/reagents/chemistry/machinery/pandemic.dm @@ -6,9 +6,9 @@ desc = "Used to work with viruses." density = TRUE icon = 'icons/obj/chemical.dmi' - icon_state = "mixer0" + icon_state = "pandemic0" icon_keyboard = null - base_icon_state = "mixer" + base_icon_state = "pandemic" use_power = IDLE_POWER_USE idle_power_usage = 20 resistance_flags = ACID_PROOF diff --git a/icons/obj/chemical.dmi b/icons/obj/chemical.dmi index b8cd4a2fb08..0f1c29d4a17 100644 Binary files a/icons/obj/chemical.dmi and b/icons/obj/chemical.dmi differ