Adds docking support to shuttles, NanoUI

This commit is contained in:
mwerezak
2014-06-08 11:19:51 -04:00
parent 730623e6e4
commit 0319c96502
16 changed files with 504 additions and 358 deletions

View File

@@ -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