mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Merge pull request #47008 from AnturK/arenadoorfix
Fixes arena controller door opening.
This commit is contained in:
@@ -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(..())
|
||||
|
||||
Reference in New Issue
Block a user