From f977cc5d24ab2755fc7bf4a2e2a72bc9e9a0bd1c Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Wed, 12 Feb 2025 17:19:31 -0500 Subject: [PATCH] fishe (#28282) --- code/modules/mob/living/simple_animal/hostile/carp.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/carp.dm b/code/modules/mob/living/simple_animal/hostile/carp.dm index 849db0310ea..1410e76f501 100644 --- a/code/modules/mob/living/simple_animal/hostile/carp.dm +++ b/code/modules/mob/living/simple_animal/hostile/carp.dm @@ -66,6 +66,7 @@ . = ..() carp_randomify(rarechance) update_icons() + AddComponent(/datum/component/swarming) /mob/living/simple_animal/hostile/carp/proc/carp_randomify(rarechance) if(random_color)