From 5e4108510a3115252615786a35738fa2258a1e31 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 21 Aug 2014 01:35:16 -0400 Subject: [PATCH] V0.2.0: made Blandfruit seeds significantly less rare. --- .../shatteredpixel/shatteredpixeldungeon/items/Generator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {