From d1c711d069cc5b0360a262aac14ee1634e0b8568 Mon Sep 17 00:00:00 2001 From: ReturnToZender <110273561+ReturnToZender@users.noreply.github.com> Date: Tue, 28 Mar 2023 22:30:00 -0500 Subject: [PATCH 1/2] Anti-carp chads rise up --- code/modules/events/carp_migration.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/events/carp_migration.dm b/code/modules/events/carp_migration.dm index e89f4a275ea..5e247efb513 100644 --- a/code/modules/events/carp_migration.dm +++ b/code/modules/events/carp_migration.dm @@ -1,10 +1,10 @@ /datum/round_event_control/carp_migration name = "Carp Migration" typepath = /datum/round_event/carp_migration - weight = 15 - min_players = 12 - earliest_start = 10 MINUTES - max_occurrences = 6 + weight = 10 + min_players = 30 + earliest_start = 45 MINUTES + max_occurrences = 2 category = EVENT_CATEGORY_ENTITIES description = "Summons a school of space carp." From b1585388daf666032f24eeac2694d6f1c7236c52 Mon Sep 17 00:00:00 2001 From: ReturnToZender <110273561+ReturnToZender@users.noreply.github.com> Date: Tue, 28 Mar 2023 23:07:09 -0500 Subject: [PATCH 2/2] Add comment --- code/modules/events/carp_migration.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/carp_migration.dm b/code/modules/events/carp_migration.dm index 5e247efb513..ed5163aa7eb 100644 --- a/code/modules/events/carp_migration.dm +++ b/code/modules/events/carp_migration.dm @@ -4,7 +4,7 @@ weight = 10 min_players = 30 earliest_start = 45 MINUTES - max_occurrences = 2 + max_occurrences = 2 //BUBBER EDIT: FIXES THIS DAMN CARP EVENT. category = EVENT_CATEGORY_ENTITIES description = "Summons a school of space carp."