mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
Bluespace anomaly fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user