From 0af1724b8fee07cdc72940470cbb389c30cf5124 Mon Sep 17 00:00:00 2001 From: carlarctg <53100513+carlarctg@users.noreply.github.com> Date: Sat, 15 Jun 2024 02:43:53 -0300 Subject: [PATCH] Baby plushies are now smaller than their parents (#83937) ## About The Pull Request Baby plushies are now smaller than their parents 25% by transform 0.75 ## Why It's Good For The Game Easier to distinguish, so its qol, which means i get gbp ![image](https://github.com/tgstation/tgstation/assets/53100513/2e63d813-8982-4ead-9949-0ea0fe37605e) Stupid and cute and funny ## Changelog :cl: qol: Baby plushies are now smaller than their parents /:cl: --- code/game/objects/items/plushes.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 052fc983c83..c56e1eb7cdc 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -312,6 +312,7 @@ young = TRUE name = "[Mama] Jr" //Icelandic naming convention pending normal_desc = "[src] is a little baby of [maternal_parent] and [paternal_parent]!" //original desc won't be used so the child can have moods + transform *= 0.75 update_desc() Mama.mood_message = pick(Mama.parent_message)