v0.3.0c: fixed a bug with seed probabilities.

This commit is contained in:
Evan Debenham
2015-06-06 02:05:29 -04:00
parent dbeff25d2c
commit 69665db104
2 changed files with 2 additions and 2 deletions
@@ -124,7 +124,7 @@ public class WandOfRegrowth extends Wand {
floor.plant(seed, cells.next());
Dungeon.limitedDrops.blandfruitSeed.count++;
}
} else if (seed != null)
} else
floor.plant(seed, cells.next());
numPlants --;