Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/modules/events/fax_spam.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "Fax Spam"
typepath = /datum/round_event/fax_spam
weight = 10
max_occurrences = 2
max_occurrences = 0
earliest_start = 5 MINUTES
requires_ship = TRUE

Expand Down
2 changes: 1 addition & 1 deletion code/modules/events/ship/rodent_infestation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "Small Rodent Infestation"
typepath = /datum/round_event/ship/rodent_infestation
weight = 15
max_occurrences = 5
max_occurrences = 0
min_players = 1
earliest_start = 5 MINUTES
admin_setup = list(
Expand Down
2 changes: 1 addition & 1 deletion code/modules/events/ship/spider_infestation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "Spider Infestation"
typepath = /datum/round_event/ship/spider_infestation
weight = 1
max_occurrences = 2
max_occurrences = 0
min_players = 15
earliest_start = 30 MINUTES

Expand Down
2 changes: 1 addition & 1 deletion code/modules/events/ship/stray_cargo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "Stray Cargo Pod"
typepath = /datum/round_event/ship/stray_cargo
weight = 1
max_occurrences = 2
max_occurrences = 0
min_players = 10
earliest_start = 10 MINUTES
category = EVENT_CATEGORY_BUREAUCRATIC
Expand Down
Loading