NanoUI synth airlock update

This commit is contained in:
Markolie
2015-03-03 18:45:22 +01:00
parent 4dd857e022
commit 1db034a8f8
8 changed files with 156 additions and 115 deletions
+2 -1
View File
@@ -19,6 +19,7 @@
if(istype(door,/obj/machinery/door/airlock/hatch/gamma))
return
if(istype(door,/obj/machinery/door/airlock))
door:unlock(1) //forced because it's magic!
var/obj/machinery/door/airlock/A = door
A.unlock(1) //forced because it's magic!
door.open()
return