From 435d04f1f3655ae21ad38f13fccfce75820c5f12 Mon Sep 17 00:00:00 2001 From: lbnesquik Date: Tue, 25 May 2021 20:47:41 +0200 Subject: [PATCH] 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 ea457f651e..654c153b35 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'