Skip to content

Commit bdb50fe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a606462 commit bdb50fe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

adaptation.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ local function set_adaptation_value(unit)
6666
end
6767

6868
if args.all then
69-
for k,v in ipairs(df.global.world.units.all) do
69+
for k,v in ipairs(df.global.world.units.all) do
7070
set_adaptation_value(v)
7171
end
7272
else
@@ -76,4 +76,4 @@ else
7676
else
7777
print("Please select a unit.")
7878
end
79-
end
79+
end

ban-cooking.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ end
3939

4040
local funcs = {}
4141

42-
funcs["booze"] = function()
42+
funcs["booze"] = function()
4343
for _,p in ipairs(df.global.world.raws.plants.all) do
4444
for _,m in ipairs(p.material) do
4545
if m.flags.ALCOHOL and m.flags.EDIBLE_COOKED then
@@ -259,4 +259,4 @@ for k,v in ipairs({...}) do
259259
if funcs[v] then
260260
funcs[v]()
261261
end
262-
end
262+
end

0 commit comments

Comments
 (0)