diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index 76686aacce..4c283cd301 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -126,6 +126,7 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/ masters[A] = hologram set_light(2) //pad lighting icon_state = "holopad1" + flick("holopadload", src) //VOREStation Add A.holo = src if(LAZYLEN(masters)) START_MACHINE_PROCESSING(src) @@ -187,6 +188,7 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/ */ /obj/machinery/hologram + icon = 'icons/obj/stationobjs_vr.dmi' //VOREStation Edit anchored = 1 use_power = USE_POWER_IDLE idle_power_usage = 5 @@ -237,7 +239,7 @@ Holographic project of everything else. /obj/machinery/hologram/projector name = "hologram projector" desc = "It makes a hologram appear...with magnets or something..." - icon = 'icons/obj/stationobjs.dmi' + icon = 'icons/obj/stationobjs_vr.dmi' //VOREStation Edit icon_state = "hologram0" diff --git a/icons/obj/stationobjs_vr.dmi b/icons/obj/stationobjs_vr.dmi index 5801c5302d..ee1b5ba3aa 100644 Binary files a/icons/obj/stationobjs_vr.dmi and b/icons/obj/stationobjs_vr.dmi differ