Remove unreachable condition
This commit is contained in:
parent
1aed6f4858
commit
0cacc2f445
@ -434,9 +434,6 @@ if mobs_spawn then
|
||||
else
|
||||
break
|
||||
end
|
||||
if mob_index > #mob_library_worker_table then
|
||||
mob_index = 1
|
||||
end
|
||||
mob_chance = mob_library_worker_table[mob_index].chance
|
||||
step_chance = step_chance + mob_chance
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user