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