From 179d4c3cb9de6f90c5850ebc8476fb14cbf8eab1 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 19 Sep 2023 22:28:57 +0200 Subject: [PATCH] [MIRROR] mice and its derivatives (rats and such) now swarm visually [MDB IGNORE] (#23809) * 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: * mice and its derivatives (rats and such) now swarm visually --------- Co-authored-by: jimmyl <70376633+mc-oofert@users.noreply.github.com> --- 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)