Skip to content
Snippets Groups Projects
Commit 10126fcf authored by DarkGod's avatar DarkGod
Browse files

woops

parent 93f42596
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2140,7 +2140,6 @@ function _M:createRandomBoss(base, data)
end
print("Creating random boss ", b.name, data.level, "level", data.nb_classes, "classes")
if data.force_classes then print(" * forcing classes:",table.concat(table.keys(data.force_classes),",")) end
data.force_classes = {Alchemist = true}
b.unique = b.name
b.randboss = true
local boss_id = "RND_BOSS_"..b.name:upper():gsub("[^A-Z]", "_")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment