Skip to content

Commit 0914307

Browse files
Formatting
1 parent 64c0106 commit 0914307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Export/Scripts/mods.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ writeMods("../Data/ModNecropolis.lua", function(mod)
175175
end)
176176

177177
writeMods("../Data/BeastCraft.lua", function(mod)
178-
return (mod.Id:match("Aspect") and mod.GenerationType == 2) -- Aspect Crafts
179-
or (mod.Domain == 2 and mod.GenerationType == 2 and mod.Level <= 20 and mod.Id:match("Immunity")) -- Flask Crafts
178+
return (mod.Id:match("Aspect") and mod.GenerationType == 2) -- Aspect Crafts
179+
or (mod.Domain == 2 and mod.GenerationType == 2 and mod.Level <= 20 and mod.Id:match("Immunity")) -- Flask Crafts
180180
end)
181181

182182
print("Mods exported.")

0 commit comments

Comments
 (0)