From c179ac17aeba2454737b41e079c675602ead9c2f Mon Sep 17 00:00:00 2001 From: Vikram Date: Mon, 11 Mar 2019 19:17:13 -0600 Subject: [PATCH] fixed one small issue. --- src/TaipanShopGUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TaipanShopGUI.java b/src/TaipanShopGUI.java index f67f656..148e703 100644 --- a/src/TaipanShopGUI.java +++ b/src/TaipanShopGUI.java @@ -128,7 +128,7 @@ public class TaipanShopGUI { } } else { if (value < 7) { - player.setOpiumPrice(1); + player.setGeneralPrice(1); textOut.setText(s + "General Cargo has dropped to 1!!!\n" + textOut.getText()); } else { player.setGeneralPrice(player.getGeneralPrice() * 5);