From 394eef27e51b47816f11bda77832976bfe99c2d0 Mon Sep 17 00:00:00 2001 From: TheDavestDave <30513964+TheDavestDave@users.noreply.github.com> Date: Mon, 24 Oct 2022 19:35:43 +0100 Subject: [PATCH] Update bird_vr.dm makes them bigger --- .../mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm b/code/modules/mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm index 65b082bcdce..0b0f55351af 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm @@ -5,4 +5,5 @@ /mob/living/simple_mob/animal/passive/bird/azure_tit/great name = "Great Tit" - desc = "A species of bird, colored blue and white. Isn't it great?" \ No newline at end of file + desc = "A species of bird, colored blue and white. Isn't it great?" + size_multiplier = 2