Remove unreachable condition

This commit is contained in:
cora 2023-11-29 16:54:07 +01:00 committed by ryvnf
parent 1aed6f4858
commit 0cacc2f445

View File

@ -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