diff --git a/code/game/machinery/newscaster.dm b/code/game/machinery/newscaster.dm index 11caff28dec..34381cb3c0c 100644 --- a/code/game/machinery/newscaster.dm +++ b/code/game/machinery/newscaster.dm @@ -125,7 +125,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co /obj/machinery/newscaster name = "newscaster" desc = "A standard newsfeed handler for use on commercial space stations. All the news you absolutely have no use for, in one place!" - icon = 'icons/obj/terminals.dmi' + icon = 'icons/obj/terminals_vr.dmi' //VOREStation Edit icon_state = "newscaster_normal" plane = TURF_PLANE layer = ABOVE_TURF_LAYER diff --git a/code/game/machinery/requests_console.dm b/code/game/machinery/requests_console.dm index d9f044ed3ca..d3eec4057a9 100644 --- a/code/game/machinery/requests_console.dm +++ b/code/game/machinery/requests_console.dm @@ -26,7 +26,7 @@ var/list/obj/machinery/requests_console/allConsoles = list() name = "requests console" desc = "A console intended to send requests to different departments on the station." anchored = 1 - icon = 'icons/obj/terminals.dmi' + icon = 'icons/obj/terminals_vr.dmi' //VOREStation Edit icon_state = "req_comp0" plane = TURF_PLANE layer = ABOVE_TURF_LAYER diff --git a/code/modules/economy/ATM.dm b/code/modules/economy/ATM.dm index 9b0c77c7f93..cdecd93ee61 100644 --- a/code/modules/economy/ATM.dm +++ b/code/modules/economy/ATM.dm @@ -17,7 +17,7 @@ log transactions /obj/machinery/atm name = "Automatic Teller Machine" desc = "For all your monetary needs!" - icon = 'icons/obj/terminals.dmi' + icon = 'icons/obj/terminals_vr.dmi' //VOREStation Edit icon_state = "atm" anchored = 1 use_power = 1 diff --git a/icons/obj/terminals_vr.dmi b/icons/obj/terminals_vr.dmi new file mode 100644 index 00000000000..1f1376d1b39 Binary files /dev/null and b/icons/obj/terminals_vr.dmi differ