From ca31372d01ff94652ac67fd2747034e978efeff5 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Sat, 29 May 2021 11:41:26 -0700 Subject: [PATCH] Merge pull request #8108 from lbnesquik/Kot-figure Make figurines small instead of normal sized --- code/game/objects/items/toys/toys.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/toys/toys.dm b/code/game/objects/items/toys/toys.dm index 33a6904b421..1d2df2d9b26 100644 --- a/code/game/objects/items/toys/toys.dm +++ b/code/game/objects/items/toys/toys.dm @@ -419,6 +419,7 @@ desc = "A \"Space Life\" brand... wait, what the hell is this thing?" icon = 'icons/obj/toy.dmi' icon_state = "nuketoy" + w_class = ITEMSIZE_TINY var/cooldown = 0 var/toysay = "What the fuck did you do?" drop_sound = 'sound/items/drop/accessory.ogg'