From fb9a21ca7c5b50ac06f9233b1cbc92b159f09b66 Mon Sep 17 00:00:00 2001 From: JamieSS13 <64228714+JamieSS13@users.noreply.github.com> Date: Thu, 23 Apr 2020 17:04:30 -0400 Subject: [PATCH] Carp migration reduction Increases minimum players and decreases weight so there is a better chance of carps not being the most idiotic round-ending event ever. --- code/modules/events/carp_migration.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/events/carp_migration.dm b/code/modules/events/carp_migration.dm index 6081bb36..4ffa6b21 100644 --- a/code/modules/events/carp_migration.dm +++ b/code/modules/events/carp_migration.dm @@ -1,8 +1,8 @@ /datum/round_event_control/carp_migration name = "Carp Migration" typepath = /datum/round_event/carp_migration - weight = 15 - min_players = 2 + weight = 10 //decreased weight from 15 to 10 + min_players = 5 //increased min players from 2 to 5 to reduce chances of half the crew dying in a carp breach earliest_start = 10 MINUTES max_occurrences = 6