From 2d2ea5e1ec50b7bb61b16b5ea15627eda08fbfad Mon Sep 17 00:00:00 2001 From: thingpony Date: Mon, 20 May 2024 09:47:52 -0500 Subject: [PATCH] Update mob.dm --- modular_coyote/code/mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_coyote/code/mob.dm b/modular_coyote/code/mob.dm index 0439b1f059..bc340a99a4 100644 --- a/modular_coyote/code/mob.dm +++ b/modular_coyote/code/mob.dm @@ -1466,7 +1466,7 @@ /mob/living/simple_animal/advanced/greycat/Initialize() .=..() - resize = 0.3 + resize = 0.5 update_transform()