v0.3.2: twaeked tengu's description, adjusted thief spawn rate on floor 6

This commit is contained in:
Evan Debenham
2015-11-03 13:47:16 -05:00
parent 4b6cd0531a
commit b09b24aeb5
2 changed files with 2 additions and 2 deletions
@@ -90,7 +90,7 @@ public class Bestiary {
break;
case 6:
chances = new float[]{ 4, 2, 1, 0.2f };
chances = new float[]{ 4, 1, 1, 0.2f };
classes = new Class<?>[]{ Skeleton.class, Thief.class, Swarm.class, Shaman.class };
break;
case 7: