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),