Skip to content

Commit

Permalink
i want to get off of modularity man's joyride
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuLeinonenVuoksi committed Jun 4, 2024
1 parent ae8439c commit 0e901d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/events/meteors/meteor_wave_events.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/datum/round_event_control/meteor_wave
name = "Meteor Wave: Normal"
typepath = /datum/round_event/meteor_wave
weight = 2
weight = 2 // monke edit: 4 to 2
min_players = 15
max_occurrences = 3
earliest_start = 60 MINUTES //monke edit: 25 to 60
Expand Down Expand Up @@ -59,7 +59,7 @@
/datum/round_event_control/meteor_wave/threatening
name = "Meteor Wave: Threatening"
typepath = /datum/round_event/meteor_wave/threatening
weight = 4
weight = 4 // monke edit: 5 to 4
min_players = 20
max_occurrences = 3
earliest_start = 75 MINUTES //monke edit: 35 to 75
Expand All @@ -71,7 +71,7 @@
/datum/round_event_control/meteor_wave/catastrophic
name = "Meteor Wave: Catastrophic"
typepath = /datum/round_event/meteor_wave/catastrophic
weight = 6
weight = 6 // monke edit: 7 to 6
min_players = 25
max_occurrences = 3
earliest_start = 90 MINUTES //monke edit: 45 to 90
Expand Down

0 comments on commit 0e901d9

Please sign in to comment.