diff --git a/code/modules/power/supermatter/supermatter.dm b/code/modules/power/supermatter/supermatter.dm index cc70253d..30658b98 100644 --- a/code/modules/power/supermatter/supermatter.dm +++ b/code/modules/power/supermatter/supermatter.dm @@ -78,6 +78,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal) icon_state = "darkmatter" density = TRUE anchored = TRUE + layer = MOB_LAYER flags_1 = PREVENT_CONTENTS_EXPLOSION_1 var/uid = 1 var/static/gl_uid = 1 diff --git a/icons/obj/supermatter.dmi b/icons/obj/supermatter.dmi index 92a9dfe2..0da6e964 100644 Binary files a/icons/obj/supermatter.dmi and b/icons/obj/supermatter.dmi differ