diff --git a/code/modules/events/carp_migration.dm b/code/modules/events/carp_migration.dm index 7c4519f2d8..c4161150e3 100644 --- a/code/modules/events/carp_migration.dm +++ b/code/modules/events/carp_migration.dm @@ -7,6 +7,7 @@ /datum/event/carp_migration/setup() if(prob(50)) + log_debug("Carp migration failed successfully.") kill() return announceWhen = rand(30, 60) // 1 to 2 minutes