Update aurora_caelus.dm (#12095)

This commit is contained in:
TheGamerdk
2021-08-24 11:40:36 +02:00
committed by GitHub
parent a1d07d7ed0
commit e4d52e1500

View File

@@ -32,7 +32,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 * 3, S.light_power * 0.5)
S.set_light(S.light_range * 3, S.light_power * 2)
/datum/round_event/aurora_caelus/tick()
if(activeFor % 5 == 0)