mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 01:22:24 +00:00
Adds docking support to shuttles, NanoUI
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
for(var/obj/machinery/door/door in T.contents)
|
||||
spawn(1)
|
||||
if(istype(door,/obj/machinery/door/airlock))
|
||||
door:locked = 0
|
||||
door:unlock(1) //forced because it's magic!
|
||||
door.open()
|
||||
return
|
||||
Reference in New Issue
Block a user