Legally Distinct Starbits

This commit is contained in:
ReoDaProtovali
2024-09-20 01:42:57 -05:00
parent ae6be866e9
commit a3f35977df
6 changed files with 30 additions and 24 deletions
+2 -2
View File
@@ -76,8 +76,8 @@
for(var/turf/S in applicable_areas)
S.set_light(l_color = aurora_color)
//GS Add: Starbits rarely come durring caelus events!
if(prob(1))
spawn_meteors(rand(1,3) list(/obj/effect/meteor/starbit))
if(prob(10))
spawn_meteors(rand(3,6), list(/obj/effect/meteor/stellar_cluster))
//GS Add end.
/datum/round_event/aurora_caelus/end()