mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fixes drop pods activating each other's doors.
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
playsound(src.loc, 'sound/effects/bang.ogg', 50, 1, 5)
|
playsound(src.loc, 'sound/effects/bang.ogg', 50, 1, 5)
|
||||||
|
|
||||||
// This is shit but it will do for the sake of testing.
|
// 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)
|
if(D.deployed)
|
||||||
continue
|
continue
|
||||||
D.deploy()
|
D.deploy()
|
||||||
|
|||||||
Reference in New Issue
Block a user