I am creating a game where when you kill one mob, two more appears. I have it so when you kill one mob, the two others appear, but only one stays visible and behaves like it
Try to use mobs.remove(Mob) instead Mob.kill it might work :D