From c82ae2b00cb762ade4145ea71d31ea83c15403d8 Mon Sep 17 00:00:00 2001 From: Bombermansam Date: Sat, 5 Apr 2025 10:52:15 -0400 Subject: [PATCH] Nugget Boxes can now be placed into paper sacks (#90420) ## About The Pull Request Nugget Boxes can now be placed into paper sacks. ## Why It's Good For The Game You can now live out your minimum wage dreams as a fast food worker a Chick'fil'a. To quote someone that wanted this "I can now fastfoodmax as a chef". ## Changelog :cl: add: Makes Nuggetboxes small items so they can fit inside paper sacks. /:cl: --- code/game/objects/items/storage/fancy.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/storage/fancy.dm b/code/game/objects/items/storage/fancy.dm index 773bbf01c64..c8858eeda60 100644 --- a/code/game/objects/items/storage/fancy.dm +++ b/code/game/objects/items/storage/fancy.dm @@ -511,6 +511,7 @@ icon_state = "nuggetbox" base_icon_state = "nuggetbox" contents_tag = "nugget" + w_class = WEIGHT_CLASS_SMALL spawn_type = /obj/item/food/nugget spawn_count = 6