Fixes drop pods activating each other's doors.

This commit is contained in:
Zuhayr
2015-12-02 18:15:59 +10:30
parent b25e3bef62
commit 0c23217d7c

View File

@@ -39,7 +39,7 @@
playsound(src.loc, 'sound/effects/bang.ogg', 50, 1, 5)
// This is shit but it will do for the sake of testing.
for(var/obj/structure/droppod_door/D in range(5,src))
for(var/obj/structure/droppod_door/D in orange(1,src))
if(D.deployed)
continue
D.deploy()