Skip to content
Snippets Groups Projects
Commit 03e18d61 authored by DarkGod's avatar DarkGod
Browse files

headhunter has a number of heads to hunt

parent 3e7c1454
No related branches found
No related tags found
No related merge requests found
......@@ -2751,7 +2751,7 @@ function _M:infiniteDungeonChallengeFinish(zone, level)
end end, "Refuse", "Accept", true)
elseif id_challenge == "headhunter" then
local mlist = {}
for i = 1, 1 do
for i = 1, rng.range(2, 4) do
local m = zone:makeEntity(level, "actor", {type="demon", random_boss={
nb_classes = 2,
rank=3.5, ai = "tactical",
......
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