From cdf035d9e27a2118c5a7eb924aab01b167ff12b6 Mon Sep 17 00:00:00 2001 From: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:11:29 -0500 Subject: [PATCH] Fix rod walls (#93529) ## About The Pull Request Fixes #93528 Self explanatory fix ## Changelog :cl: Melbert fix: Rough Iron Walls are make-able /:cl: --- code/game/objects/items/stacks/rods.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/stacks/rods.dm b/code/game/objects/items/stacks/rods.dm index 127f39bfb81..fc19ce70ccc 100644 --- a/code/game/objects/items/stacks/rods.dm +++ b/code/game/objects/items/stacks/rods.dm @@ -42,6 +42,7 @@ GLOBAL_LIST_INIT(rod_recipes, list ( \ pickup_sound = 'sound/items/handling/materials/iron_rod_pick_up.ogg' drop_sound = 'sound/items/handling/materials/metal_drop.ogg' sound_vary = TRUE + usable_for_construction = TRUE /datum/embedding/rods embed_chance = 50