Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes event weights (blob, meateors, abductors, electrical storm) #8910

Merged
merged 2 commits into from Jun 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/modules/events/abductor.dm
@@ -1,7 +1,7 @@
/datum/round_event_control/abductor
name = "Abductors"
typepath = /datum/round_event/ghost_role/abductor
weight = 10
weight = 12
max_occurrences = 1
min_players = 20
gamemode_blacklist = list("nuclear","wizard","revolution")
Expand Down
2 changes: 1 addition & 1 deletion code/modules/events/blob.dm
@@ -1,7 +1,7 @@
/datum/round_event_control/blob
name = "Blob"
typepath = /datum/round_event/ghost_role/blob
weight = 10
weight = 8
max_occurrences = 1

min_players = 25
Expand Down
2 changes: 1 addition & 1 deletion code/modules/events/electrical_storm.dm
Expand Up @@ -3,7 +3,7 @@
typepath = /datum/round_event/electrical_storm
earliest_start = 10 MINUTES
min_players = 5
weight = 20
weight = 15
alert_observers = 0

/datum/round_event/electrical_storm
Expand Down
2 changes: 1 addition & 1 deletion code/modules/events/meateor_wave.dm
@@ -1,7 +1,7 @@
/datum/round_event_control/meteor_wave/meaty
name = "Meteor Wave: Meaty"
typepath = /datum/round_event/meteor_wave/meaty
weight = 2
weight = 4
max_occurrences = 1

/datum/round_event/meteor_wave/meaty
Expand Down