mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 08:27:24 +01:00
Update aurora_aquilae.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user