Skip to content

Commit 308e0be

Browse files
authored
correct whitespace
1 parent f264fa4 commit 308e0be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

add-recipe.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ function addItems(category, exotic)
7474
local itemOk = false
7575
local known = known_category
7676
-- digging implements are seperate from weapons in entity resources.
77-
if (df.itemdef_weaponst:is_instance(item) and item.skill_melee == df.job_skill.MINING) then
77+
if (df.itemdef_weaponst:is_instance(item) and item.skill_melee == df.job_skill.MINING) then
7878
known = diggers
7979
end
80-
80+
8181
--check if it's a training weapon
8282
local t1, t2 = pcall(function () return item.flags.TRAINING == false end)
8383
local training = not(not t1 or t2)

0 commit comments

Comments
 (0)