We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c0106 commit 0914307Copy full SHA for 0914307
src/Export/Scripts/mods.lua
@@ -175,8 +175,8 @@ writeMods("../Data/ModNecropolis.lua", function(mod)
175
end)
176
177
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
+ return (mod.Id:match("Aspect") and mod.GenerationType == 2) -- Aspect Crafts
+ or (mod.Domain == 2 and mod.GenerationType == 2 and mod.Level <= 20 and mod.Id:match("Immunity")) -- Flask Crafts
180
181
182
print("Mods exported.")
0 commit comments