From c8418fa1b26906811e2236a5dc2772b8af75ac5d Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Sun, 26 Mar 2023 13:59:53 +0100 Subject: [PATCH] sinew (#20718) --- code/game/objects/items/stacks/sheets/leather.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/stacks/sheets/leather.dm b/code/game/objects/items/stacks/sheets/leather.dm index dfcefc3c3c8..3f61bdeb5bf 100644 --- a/code/game/objects/items/stacks/sheets/leather.dm +++ b/code/game/objects/items/stacks/sheets/leather.dm @@ -165,6 +165,7 @@ GLOBAL_LIST_INIT(leather_recipes, list ( icon_state = "sinew" item_state = "sinew" origin_tech = "biotech=4" + dynamic_icon_state = FALSE GLOBAL_LIST_INIT(sinew_recipes, list ( new /datum/stack_recipe("sinew restraints", /obj/item/restraints/handcuffs/sinew, 1, on_floor = 1),