Allowed drones to login to airlock electronics.

This commit is contained in:
Zuhayr
2014-05-31 22:15:47 +09:30
parent 5f98ccaaf8
commit 46df8d4cef

View File

@@ -59,7 +59,7 @@
Topic(href, href_list)
..()
if (usr.stat || usr.restrained() || !ishuman(usr))
if (usr.stat || usr.restrained() || (!ishuman(usr) && !istype(usr,/mob/living/silicon)))
return
if (href_list["close"])
usr << browse(null, "window=airlock")