mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
@@ -51,4 +51,4 @@
|
||||
|
||||
/obj/effect/effect/ion_trails/explosion
|
||||
name = "combustion trails"
|
||||
icon_state = "explosion_particle"
|
||||
icon_state = "explosion_particle"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
T.ChangeTurf(BWG.floor_material)
|
||||
else
|
||||
for(var/obj/structure/window/reinforced/crescent/MG in get_turf(src))
|
||||
qdel(MG)
|
||||
qdel(MG)
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
spawn_probability = 80
|
||||
|
||||
/obj/effect/mazegen/module_loot/trash/spawn_loot(turf/T)
|
||||
new /obj/random/junk(T)
|
||||
new /obj/random/junk(T)
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
desc = "You should not be seeing this!"
|
||||
icon = 'icons/mob/screen/generic.dmi'
|
||||
icon_state = "x2"
|
||||
color = "#00FF00"
|
||||
color = "#00FF00"
|
||||
|
||||
Reference in New Issue
Block a user