Bluespace anomaly fix

This commit is contained in:
Markolie
2015-01-13 02:18:35 +01:00
parent 8163056147
commit 9986c03acb
@@ -22,6 +22,8 @@
var/obj/item/device/radio/beacon/chosen
var/list/possible = list()
for(var/obj/item/device/radio/beacon/W in world)
if(W.z != 1)
continue
possible += W
if(possible.len > 0)