mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
@@ -10,4 +10,4 @@
|
||||
if(istype(D, /obj/machinery/door/blast) || istype(D, /obj/machinery/door/firedoor))
|
||||
continue
|
||||
D.unres_dir ^= dir
|
||||
return INITIALIZE_HINT_QDEL
|
||||
return INITIALIZE_HINT_QDEL
|
||||
|
||||
@@ -51,4 +51,4 @@
|
||||
/obj/effect/map_effect/interval/effect_emitter/sparks/frequent
|
||||
effect_amount = 4 // Otherwise it caps out fast.
|
||||
interval_lower_bound = 1
|
||||
interval_upper_bound = 3 SECONDS
|
||||
interval_upper_bound = 3 SECONDS
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
/obj/effect/map_effect/perma_light/concentrated/halogen
|
||||
name = "permanent light (concentrated halogen)"
|
||||
|
||||
light_color = LIGHT_COLOR_HALOGEN
|
||||
light_color = LIGHT_COLOR_HALOGEN
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
var/mob/M = A
|
||||
if(M.z == src.z && get_dist(src, M) <= shake_radius)
|
||||
shake_camera(M, shake_duration, shake_strength)
|
||||
..()
|
||||
..()
|
||||
|
||||
@@ -78,4 +78,4 @@
|
||||
/obj/effect/map_effect/interval/sound_emitter/bikehorns
|
||||
sounds_to_play = list('sound/items/bikehorn.ogg')
|
||||
interval_lower_bound = 5
|
||||
interval_upper_bound = 1 SECOND
|
||||
interval_upper_bound = 1 SECOND
|
||||
|
||||
Reference in New Issue
Block a user