diff --git a/GainStation13/icons/turf/supermatter.dmi b/GainStation13/icons/turf/supermatter.dmi new file mode 100644 index 0000000000..0da6e964c5 Binary files /dev/null and b/GainStation13/icons/turf/supermatter.dmi differ diff --git a/code/modules/power/supermatter/supermatter.dm b/code/modules/power/supermatter/supermatter.dm index 157ad6a627..91ce6644a8 100644 --- a/code/modules/power/supermatter/supermatter.dm +++ b/code/modules/power/supermatter/supermatter.dm @@ -83,7 +83,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal) /obj/machinery/power/supermatter_crystal name = "supermatter crystal" desc = "A strangely translucent and iridescent crystal." - icon = 'icons/obj/supermatter.dmi' + icon = 'GainStation13/icons/turf/supermatter.dmi' // GS13 EDIT 'icons/obj/supermatter.dmi' icon_state = "darkmatter" density = TRUE anchored = TRUE