diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm index 2953f0de87..946b18ecc2 100644 --- a/code/game/machinery/autolathe.dm +++ b/code/game/machinery/autolathe.dm @@ -1,6 +1,7 @@ /obj/machinery/autolathe name = "autolathe" desc = "It produces items using metal and glass." + icon = 'icons/obj/stationobjs_vr.dmi' icon_state = "autolathe" density = 1 anchored = 1 diff --git a/code/game/mecha/mech_fabricator.dm b/code/game/mecha/mech_fabricator.dm index 1292a3747b..45b2c52b13 100644 --- a/code/game/mecha/mech_fabricator.dm +++ b/code/game/mecha/mech_fabricator.dm @@ -1,5 +1,5 @@ /obj/machinery/mecha_part_fabricator - icon = 'icons/obj/robotics.dmi' + icon = 'icons/obj/robotics_vr.dmi' //VOREStation Edit - New icon icon_state = "fab-idle" name = "Exosuit Fabricator" desc = "A machine used for construction of mechas." diff --git a/code/game/mecha/mech_prosthetics.dm b/code/game/mecha/mech_prosthetics.dm index 8cea4b22c3..d8ee027658 100644 --- a/code/game/mecha/mech_prosthetics.dm +++ b/code/game/mecha/mech_prosthetics.dm @@ -1,5 +1,5 @@ /obj/machinery/pros_fabricator - icon = 'icons/obj/robotics.dmi' + icon = 'icons/obj/robotics_vr.dmi' //VOREStation Edit - New icon icon_state = "fab-idle" name = "Prosthetics Fabricator" desc = "A machine used for construction of prosthetics." diff --git a/code/modules/research/rdmachines.dm b/code/modules/research/rdmachines.dm index 2bcf7ef66e..33fce6b2f7 100644 --- a/code/modules/research/rdmachines.dm +++ b/code/modules/research/rdmachines.dm @@ -4,7 +4,7 @@ /obj/machinery/r_n_d name = "R&D Device" - icon = 'icons/obj/machines/research.dmi' + icon = 'icons/obj/machines/research_vr.dmi' //VOREStation Edit - Replaced with Eris sprites density = 1 anchored = 1 use_power = 1 diff --git a/icons/obj/machines/research_vr.dmi b/icons/obj/machines/research_vr.dmi new file mode 100644 index 0000000000..3c34292ca2 Binary files /dev/null and b/icons/obj/machines/research_vr.dmi differ diff --git a/icons/obj/robotics_vr.dmi b/icons/obj/robotics_vr.dmi new file mode 100644 index 0000000000..5939f215b7 Binary files /dev/null and b/icons/obj/robotics_vr.dmi differ diff --git a/icons/obj/stationobjs_vr.dmi b/icons/obj/stationobjs_vr.dmi index 46b7d656ff..758a46b706 100644 Binary files a/icons/obj/stationobjs_vr.dmi and b/icons/obj/stationobjs_vr.dmi differ