Merge pull request #37928 from nichlas0010/fixescommsconsoleupdates

Comms consoles don't update while viewing messages
This commit is contained in:
Jordan Brown
2018-05-20 20:37:23 -04:00
committed by letterjay
parent d0bc2e7bec
commit 2fb886065b
@@ -45,7 +45,7 @@
/obj/machinery/computer/communications/process()
if(..())
if(state != STATE_STATUSDISPLAY && state != STATE_CALLSHUTTLE && state != STATE_PURCHASE)
if(state != STATE_STATUSDISPLAY && state != STATE_CALLSHUTTLE && state != STATE_PURCHASE && state != STATE_VIEWMESSAGE)
updateDialog()
/obj/machinery/computer/communications/Topic(href, href_list)