From a68f3b3c4cd8787c537502fca76621860408a83d Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 3 Nov 2015 13:48:16 -0500 Subject: [PATCH] v0.3.2: also tweaked skeleton spawn rate on floor 6 --- .../shatteredpixeldungeon/actors/mobs/Bestiary.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bestiary.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bestiary.java index 373297712..1dfd1ca5c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bestiary.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Bestiary.java @@ -90,7 +90,7 @@ public class Bestiary { break; case 6: - chances = new float[]{ 4, 1, 1, 0.2f }; + chances = new float[]{ 3, 1, 1, 0.2f }; classes = new Class[]{ Skeleton.class, Thief.class, Swarm.class, Shaman.class }; break; case 7: