Merge pull request #47008 from AnturK/arenadoorfix

Fixes arena controller door opening.
This commit is contained in:
oranges
2019-10-11 13:52:32 +13:00
committed by GitHub
+2 -2
View File
@@ -261,9 +261,9 @@
if(D.id != arena_id)
continue
if(closed)
D.close()
INVOKE_ASYNC(D, /obj/machinery/door/poddoor.proc/close)
else
D.open()
INVOKE_ASYNC(D, /obj/machinery/door/poddoor.proc/open)
/obj/machinery/computer/arena/Topic(href, href_list)
if(..())