diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index be79fe7b23..2cf49eb2b5 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -623,7 +623,7 @@ /obj/machinery/button/windowtint name = "window tint control" - icon = 'icons/obj/power.dmi' + icon = 'icons/obj/stationobjs_vr.dmi' // VOREStation Edit - New icons icon_state = "light0" desc = "A remote control switch for polarized windows." var/range = 7 diff --git a/icons/obj/stationobjs_vr.dmi b/icons/obj/stationobjs_vr.dmi index ee1b5ba3aa..74732a334a 100644 Binary files a/icons/obj/stationobjs_vr.dmi and b/icons/obj/stationobjs_vr.dmi differ