v0.2.4: corrected numbers in shop chance

This commit is contained in:
Evan Debenham 2015-02-09 23:44:57 -05:00
parent 78b4f36ccf
commit ae2ba8be0e

View File

@ -225,7 +225,7 @@ public class ShopPainter extends Painter {
}
Item rare;
switch (Random.Int(3)){
switch (Random.Int(10)){
case 0:
rare = Generator.random( Generator.Category.WAND );
rare.level = 0;