fixed one small issue.

This commit is contained in:
Vikram
2019-03-11 19:17:13 -06:00
parent 15525d789e
commit c179ac17ae

View File

@@ -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);