From e530a8b77006c320b7c5d66bf999b1b26470e354 Mon Sep 17 00:00:00 2001 From: XeonMations Date: Sun, 8 Sep 2024 16:19:36 +0300 Subject: [PATCH] Update crateshelf.dm --- code/game/objects/structures/crateshelf.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/objects/structures/crateshelf.dm b/code/game/objects/structures/crateshelf.dm index f7f24cf3f5c62..2ca406a099d5a 100644 --- a/code/game/objects/structures/crateshelf.dm +++ b/code/game/objects/structures/crateshelf.dm @@ -139,3 +139,7 @@ desc = "Parts of a shelf." construction_type = /obj/structure/crate_shelf icon_state = "crate_shelf" + +#undef DEFAULT_SHELF_CAPACITY +#undef DEFAULT_SHELF_USE_DELAY +#undef DEFAULT_SHELF_VERTICAL_OFFSET