Merge pull request #6204 from Citadel-Station-13/upstream-merge-36873

[MIRROR] Comms console fix - no more refreshing every 2 seconds while trying to purchase a shuttle.
This commit is contained in:
LetterJay
2018-04-02 05:41:19 -05:00
committed by GitHub
@@ -45,10 +45,9 @@
/obj/machinery/computer/communications/process()
if(..())
if(state != STATE_STATUSDISPLAY)
if(state != STATE_STATUSDISPLAY && state != STATE_CALLSHUTTLE && state != STATE_PURCHASE)
updateDialog()
/obj/machinery/computer/communications/Topic(href, href_list)
if(..())
return