Beacons are no longer radios (#36070)
* Refactors beacons * Updates maps * Done * aaddddasddsafsdf
This commit is contained in:
committed by
CitadelStationBot
parent
4d0b7133c8
commit
72e3ffa562
@@ -28,7 +28,7 @@
|
||||
/obj/item/device/wormhole_jaunter/proc/get_destinations(mob/user)
|
||||
var/list/destinations = list()
|
||||
|
||||
for(var/obj/item/device/radio/beacon/B in GLOB.teleportbeacons)
|
||||
for(var/obj/item/device/beacon/B in GLOB.teleportbeacons)
|
||||
var/turf/T = get_turf(B)
|
||||
if(is_station_level(T.z))
|
||||
destinations += B
|
||||
|
||||
Reference in New Issue
Block a user