v0.2.4: corrected numbers in shop chance
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user