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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reverts the weight increases for high-threat antags (oh god make it stop) #1537

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
min_players = 30
roundstart = TRUE
earliest_start = 0 SECONDS
weight = 20
weight = 4
max_occurrences = 1

/datum/round_event/antagonist/solo/bloodcult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
min_players = 30
roundstart = TRUE
earliest_start = 0 SECONDS
weight = 20
weight = 4
max_occurrences = 1

/datum/round_event/antagonist/solo/clockcult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
min_players = 35
roundstart = TRUE
earliest_start = 0 SECONDS
weight = 5 //these are meant to be very rare
weight = 1 //these are meant to be very rare
max_occurrences = 1

/datum/round_event/antagonist/solo/clown_operative
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
maximum_antags = 1
exclusive_roles = list(JOB_AI)
required_enemies = 4
weight = 10
weight = 2
min_players = 35
max_occurrences = 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
min_players = 35
roundstart = TRUE
earliest_start = 0 SECONDS
weight = 20
weight = 4
max_occurrences = 3

/datum/round_event/antagonist/solo/nuclear_operative
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
min_players = 35
roundstart = TRUE
earliest_start = 0 SECONDS
weight = 15 //value was 3, we need to manually test if this works or not before allowing it normally
weight = 0 //value was 3, we need to manually test if this works or not before allowing it normally
max_occurrences = 1

/datum/antagonist/rev/head/event_trigger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
required_enemies = 5
roundstart = TRUE
earliest_start = 0 SECONDS
weight = 10
weight = 2
min_players = 35
max_occurrences = 1

Expand Down
Loading