sandstorm nerf

This commit is contained in:
Putnam3145
2022-08-18 01:13:05 -07:00
parent 440aac93d6
commit 6847ef3db5
+2 -2
View File
@@ -19,7 +19,7 @@
typepath = /datum/round_event/sandstorm
weight = 5
max_occurrences = 1
min_players = 5
min_players = 10
earliest_start = 20 MINUTES
/datum/round_event/sandstorm
@@ -29,4 +29,4 @@
fakeable = FALSE
/datum/round_event/sandstorm/tick()
spawn_meteors(10, GLOB.meteorsC)
spawn_meteors(rand(6,10), GLOB.meteorsC)