diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Generator.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Generator.java index c199faf08..da2c4a15a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Generator.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Generator.java @@ -186,7 +186,7 @@ public class Generator { Fadeleaf.Seed.class, Rotberry.Seed.class, BlandfruitBush.Seed.class}; - Category.SEED.probs = new float[]{ 7, 7, 7, 7, 7, 7, 7, 0, 1 }; + Category.SEED.probs = new float[]{ 3, 3, 3, 3, 3, 3, 3, 0, 1 }; } public static void reset() {