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."
anchored = 1
icon = 'icons/obj/terminals_vr.dmi' //VOREStation Edit
icon_state = "req_comp0"
icon_state = "req_comp_0"
layer = ABOVE_WINDOW_LAYER
circuit = /obj/item/weapon/circuitboard/request
blocks_emissive = NONE
@@ -221,8 +221,7 @@ var/list/obj/machinery/requests_console/allConsoles = list()
for (var/obj/machinery/requests_console/Console in allConsoles)
if(Console.department == department)
Console.newmessagepriority = 0
Console.icon_state = "req_comp0"
Console.set_light(1)
Console.update_icon()
if(tempScreen == RCS_MAINMENU)
reset_message()
screen = tempScreen

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB