Skip to content
Snippets Groups Projects
Commit a08d8796 authored by Sabvente's avatar Sabvente
Browse files
parents a3e4cddc eab99729
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ public class Enemy extends Placeable implements ITickable {
if (hp <= 0) {
field.getWorld().notifyEnemyDied(this);
field.stepOff(this);
} else if (rand.nextInt(20) == 0)
} else if (rand.nextInt(15) == 0)
split();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment