mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
@@ -48,6 +48,7 @@
|
||||
if(istype(A, /obj/item/device/radio/beacon)) continue // don't teleport beacons because that's just insanely stupid
|
||||
if(A.anchored && istype(A, /obj/machinery)) continue
|
||||
if(istype(A, /obj/structure/disposalpipe )) continue
|
||||
if(istype(A, /obj/structure/disposaloutlet)) continue
|
||||
if(istype(A, /obj/structure/cable )) continue
|
||||
|
||||
var/turf/newloc = locate(A.x + x_distance, A.y + y_distance, TO.z) // calculate the new place
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
|
||||
|
||||
/datum/event/anomaly/anomaly_pyro
|
||||
startWhen = 10
|
||||
startWhen = 30
|
||||
announceWhen = 3
|
||||
endWhen = 70
|
||||
endWhen = 110
|
||||
|
||||
|
||||
/datum/event/anomaly/anomaly_pyro/announce()
|
||||
|
||||
Reference in New Issue
Block a user