diff --git a/code/modules/events/aurora_aquilae.dm b/code/modules/events/aurora_aquilae.dm index e4e72050..003256cb 100644 --- a/code/modules/events/aurora_aquilae.dm +++ b/code/modules/events/aurora_aquilae.dm @@ -27,7 +27,7 @@ var/area/A = area if(initial(A.dynamic_lighting) == DYNAMIC_LIGHTING_IFSTARLIGHT) for(var/turf/open/space/S in A) - S.set_light(S.light_range * 6, S.light_power * 1) + S.set_light(S.light_range * 14, S.light_power * 1) for(var/V in GLOB.player_list) var/mob/M = V if(is_station_level(M.z)) @@ -44,26 +44,49 @@ S.set_light(l_color = aurora_color) if(activeFor == 75) for(var/mob/living/carbon/human/H in GLOB.alive_mob_list) + new /datum/hallucination/delusion(H) new /datum/hallucination/battle(H) - sleep(5) + sleep (100) + new /datum/hallucination/battle(H) + sleep(2.5) new /datum/hallucination/stray_bullet(H) - sleep(5) + sleep(2.5) new /datum/hallucination/stray_bullet(H) - sleep(5) + sleep(2.5) new /datum/hallucination/stray_bullet(H) - sleep(5) + sleep(2.5) new /datum/hallucination/stray_bullet(H) - sleep(5) + sleep(2.5) new /datum/hallucination/stray_bullet(H) - sleep(5) + sleep(2.5) new /datum/hallucination/stray_bullet(H) - sleep(5) + sleep(2.5) new /datum/hallucination/stray_bullet(H) - sleep(5) + sleep(2.5) new /datum/hallucination/stray_bullet(H) - sleep(5) + sleep(2.5) new /datum/hallucination/stray_bullet(H) - sleep(5) + sleep(2.5) + new /datum/hallucination/stray_bullet(H) + sleep(2.5) + new /datum/hallucination/stray_bullet(H) + sleep(2.5) + new /datum/hallucination/stray_bullet(H) + sleep(2.5) + new /datum/hallucination/stray_bullet(H) + sleep(2.5) + new /datum/hallucination/stray_bullet(H) + sleep(2.5) + new /datum/hallucination/stray_bullet(H) + sleep(2.5) + new /datum/hallucination/stray_bullet(H) + sleep(2.5) + new /datum/hallucination/stray_bullet(H) + sleep(2.5) + new /datum/hallucination/stray_bullet(H) + sleep(2.5) + new /datum/hallucination/stray_bullet(H) + sleep(2.5) new /datum/hallucination/stray_bullet(H) if(activeFor == 60) for(var/mob/living/carbon/human/H in GLOB.alive_mob_list)