From 16298298bc7ec55c463169464146d70f9744768c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:47:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- modtools/create-item.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modtools/create-item.lua b/modtools/create-item.lua index 1615922ef..95811af96 100644 --- a/modtools/create-item.lua +++ b/modtools/create-item.lua @@ -345,8 +345,8 @@ function hackWish(accessors, opts) table.insert(items, createCorpsePiece(unit, bodypart, partlayerID, matindex, casteId, corpsepieceGeneric)) else local mat = typesThatUseCreaturesExceptCorpses[df.item_type[itemtype]] and {matindex, casteId} or {mattype, matindex} - for _,item in ipairs(createItem(mat, {itemtype, itemsubtype}, quality, unit, description, 1)) do - table.insert(items, item) + for _,item in ipairs(createItem(mat, {itemtype, itemsubtype}, quality, unit, description, 1)) do + table.insert(items, item) end end end