fixed one small issue.
This commit is contained in:
@@ -128,7 +128,7 @@ public class TaipanShopGUI {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (value < 7) {
|
if (value < 7) {
|
||||||
player.setOpiumPrice(1);
|
player.setGeneralPrice(1);
|
||||||
textOut.setText(s + "General Cargo has dropped to 1!!!\n" + textOut.getText());
|
textOut.setText(s + "General Cargo has dropped to 1!!!\n" + textOut.getText());
|
||||||
} else {
|
} else {
|
||||||
player.setGeneralPrice(player.getGeneralPrice() * 5);
|
player.setGeneralPrice(player.getGeneralPrice() * 5);
|
||||||
|
|||||||
Reference in New Issue
Block a user