diff --git a/code/modules/supermatter/supermatter.dm b/code/modules/supermatter/supermatter.dm index 96ec8c7bd34..ec445b8d566 100644 --- a/code/modules/supermatter/supermatter.dm +++ b/code/modules/supermatter/supermatter.dm @@ -34,11 +34,12 @@ /obj/machinery/power/supermatter name = "Supermatter" desc = "A strangely translucent and iridescent crystal. You get headaches just from looking at it." - icon = 'icons/obj/engine.dmi' + icon = 'icons/obj/supermatter.dmi' icon_state = "darkmatter" density = TRUE anchored = FALSE light_range = 4 + layer = 4 appearance_flags = PIXEL_SCALE // no tile bound to allow distortion to render outside of direct view ///Effect holder for the displacement filter to distort the SM based on its activity level diff --git a/icons/obj/engine.dmi b/icons/obj/engine.dmi index 9292260609a..115fbd628b0 100644 Binary files a/icons/obj/engine.dmi and b/icons/obj/engine.dmi differ diff --git a/icons/obj/supermatter.dmi b/icons/obj/supermatter.dmi new file mode 100644 index 00000000000..e70d7e7e97f Binary files /dev/null and b/icons/obj/supermatter.dmi differ