mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 23:47:16 +01:00
Merge pull request #1378 from ArchieBeepBoop/bsanomalychange
Bluespace Anomaly Changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user