Merge pull request #2394 from CHOMPStationBot/upstream-merge-10858

[MIRROR] Fixes a couple icon issues
This commit is contained in:
Nadyr
2021-07-03 22:49:18 -04:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ var/list/obj/machinery/requests_console/allConsoles = list()
desc = "A console intended to send requests to different departments on the station." desc = "A console intended to send requests to different departments on the station."
anchored = 1 anchored = 1
icon = 'icons/obj/terminals_vr.dmi' //VOREStation Edit icon = 'icons/obj/terminals_vr.dmi' //VOREStation Edit
icon_state = "req_comp0" icon_state = "req_comp_0"
layer = ABOVE_WINDOW_LAYER layer = ABOVE_WINDOW_LAYER
circuit = /obj/item/weapon/circuitboard/request circuit = /obj/item/weapon/circuitboard/request
blocks_emissive = NONE blocks_emissive = NONE
@@ -221,8 +221,7 @@ var/list/obj/machinery/requests_console/allConsoles = list()
for (var/obj/machinery/requests_console/Console in allConsoles) for (var/obj/machinery/requests_console/Console in allConsoles)
if(Console.department == department) if(Console.department == department)
Console.newmessagepriority = 0 Console.newmessagepriority = 0
Console.icon_state = "req_comp0" Console.update_icon()
Console.set_light(1)
if(tempScreen == RCS_MAINMENU) if(tempScreen == RCS_MAINMENU)
reset_message() reset_message()
screen = tempScreen screen = tempScreen

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB