From 4bb3d31e932d2a8754becec64981c45ee077a492 Mon Sep 17 00:00:00 2001 From: jimmyl <70376633+mc-oofert@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:07:01 +0200 Subject: [PATCH] mice and its derivatives (rats and such) now swarm visually (#78423) ## About The Pull Request ![2023-09-18 16_58_34-Yo-ho-ho Factory Tau](https://github.com/tgstation/tgstation/assets/70376633/abc4394b-9522-472d-97fd-e34f9ba94a85) ## Why It's Good For The Game improves visual clarity ## Changelog :cl: qol: mice and rats now are visually spaced out from eachother for visual clarity /:cl: --- code/modules/mob/living/basic/vermin/mouse.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/basic/vermin/mouse.dm b/code/modules/mob/living/basic/vermin/mouse.dm index 3426dcd2ab1..0b3645b3e0f 100644 --- a/code/modules/mob/living/basic/vermin/mouse.dm +++ b/code/modules/mob/living/basic/vermin/mouse.dm @@ -57,6 +57,7 @@ ) AddElement(/datum/element/connect_loc, loc_connections) make_tameable() + AddComponent(/datum/component/swarming, 16, 16) //max_x, max_y /mob/living/basic/mouse/proc/make_tameable() if (tame)