Reduces meteors

This commit is contained in:
NikNakFlak
2016-07-17 16:23:37 -07:00
parent e38f2cc4e1
commit 8be7f7115f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/datum/round_event_control/meteor_wave/major_dust
name = "Major Space Dust"
typepath = /datum/round_event/meteor_wave/major_dust
weight = 30
weight = 8
/datum/round_event/meteor_wave/major_dust
wave_name = "space dust"
+2 -2
View File
@@ -3,7 +3,7 @@
/datum/round_event_control/meteor_wave
name = "Meteor Wave: Normal"
typepath = /datum/round_event/meteor_wave
weight = 5
weight = 4
min_players = 5
max_occurrences = 3
@@ -50,7 +50,7 @@
/datum/round_event_control/meteor_wave/threatening
name = "Meteor Wave: Threatening"
typepath = /datum/round_event/meteor_wave/threatening
weight = 4
weight = 2
min_players = 5
max_occurrences = 3