Minor changes

This commit is contained in:
2019-04-07 18:28:32 -06:00
parent 26064ebac3
commit 3f68202bb5
2 changed files with 5 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ public class TaipanShopLogic extends Player {
setSilkPrice((rand.nextInt(201) + 60) * 10);
setArmsPrice((rand.nextInt(21) + 6) * 10);
setGeneralPrice((rand.nextInt(17) + 4));
// there is a 10% chance that the price of an item is increased/decreased beyond its regular range.
if (value < 8) {
if (value < 2) {