Merge pull request #1378 from ArchieBeepBoop/bsanomalychange

Bluespace Anomaly Changes
This commit is contained in:
Dahlular
2021-07-23 00:01:06 -06:00
committed by GitHub
3 changed files with 26 additions and 1 deletions
+4
View File
@@ -227,6 +227,10 @@
for (var/atom/movable/A in urange(12, FROM )) // iterate thru list of mobs in the area
if(istype(A, /obj/item/beacon))
continue // don't teleport beacons because that's just insanely stupid
if(isliving(A))
var/turf/L = get_safe_random_station_turf_nochasm() //Safe and cuddly.
do_teleport(A, L, forceMove = TRUE, channel = TELEPORT_CHANNEL_BLUESPACE)
continue
if(A.anchored)
continue