From 46823f220a9ccfe7340049811134d6a82e3debb7 Mon Sep 17 00:00:00 2001 From: chuga-git <98280110+chuga-git@users.noreply.github.com> Date: Sat, 7 Jun 2025 08:21:04 -0500 Subject: [PATCH] mouse in a box (#29479) --- code/modules/mob/mob_holder.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/mob_holder.dm b/code/modules/mob/mob_holder.dm index dee0d5aeafe..b3a4c024d75 100644 --- a/code/modules/mob/mob_holder.dm +++ b/code/modules/mob/mob_holder.dm @@ -114,6 +114,7 @@ desc = "It's a small, disease-ridden rodent." icon = 'icons/mob/animal.dmi' icon_state = "mouse_gray" + w_class = WEIGHT_CLASS_SMALL /obj/item/holder/bunny name = "bunny"