mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
Merge pull request #1378 from ArchieBeepBoop/bsanomalychange
Bluespace Anomaly Changes
This commit is contained in:
@@ -297,7 +297,7 @@
|
||||
repeatable = TRUE
|
||||
//property_weights = list("extended" = 1)
|
||||
occurances_max = 2
|
||||
chaos_min = 3.0
|
||||
chaos_min = 1.2
|
||||
|
||||
/datum/dynamic_ruleset/event/anomaly_flux
|
||||
name = "Anomaly: Hyper-Energetic Flux"
|
||||
|
||||
@@ -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