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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user