From 15967802e32c76c1664dc4fa9892f33c0b5d5dc1 Mon Sep 17 00:00:00 2001 From: CygnusB <39594514+MalricB@users.noreply.github.com> Date: Wed, 9 Dec 2020 13:09:55 -0300 Subject: [PATCH] Update aurora_aquilae.dm --- code/modules/events/aurora_aquilae.dm | 45 ++++++++++++++++++++------- 1 file changed, 34 insertions(+), 11 deletions(-) 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)