From fd23f17d3d0185e6c7edd7cb28c2f6a7abe263b2 Mon Sep 17 00:00:00 2001 From: kawoppi <94711066+kawoppi@users.noreply.github.com> Date: Sun, 25 Dec 2022 19:34:05 +0100 Subject: [PATCH] made xmas crackers tiny (#72224) ## About The Pull Request Xmas crackers are now tiny instead of normal sized. This also applies to the used crackers. ## Why It's Good For The Game They look tiny (![image](https://user-images.githubusercontent.com/94711066/209444831-24d914cd-8be4-4cf9-b220-5890e29a8b9b.png)) and this makes them fit into trash bags. People just leave these things all over the floor and they're annoying to clean up when you can't stuff them in your trash bag. ## Changelog :cl: fix: xmas crackers are now tiny instead of normal sized /:cl: --- code/modules/events/holiday/xmas.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/events/holiday/xmas.dm b/code/modules/events/holiday/xmas.dm index bc96c5cd4eb..3726da4c650 100644 --- a/code/modules/events/holiday/xmas.dm +++ b/code/modules/events/holiday/xmas.dm @@ -3,6 +3,7 @@ icon = 'icons/obj/holiday/christmas.dmi' icon_state = "cracker" desc = "Directions for use: Requires two people, one to pull each end." + w_class = WEIGHT_CLASS_TINY /// The crack state of the toy. If set to TRUE, you can no longer crack it by attacking. var/cracked = FALSE