From 55214ce6521eb17bfc88c1784ff23b8f9eba61f5 Mon Sep 17 00:00:00 2001 From: Solargale Date: Mon, 25 Mar 2019 13:26:01 -0600 Subject: [PATCH] Made it so that randomEventGUI looks normal on Linux --- src/RandomEventGUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RandomEventGUI.java b/src/RandomEventGUI.java index f4405b9..c367d78 100644 --- a/src/RandomEventGUI.java +++ b/src/RandomEventGUI.java @@ -148,7 +148,7 @@ public class RandomEventGUI extends Player{ //Ship Repair if (randGenNum == 3 && getHP() < 100) { itemPrice = (int) ((100 - getPlayer().getHP()) * 10 + 10); - sellingItemLabel.setText("Mc Henry from the Hong Kong shipyard has arrived, would be willing to repair your ship for $" + itemPrice); + sellingItemLabel.setText("Mc Henry from the Hong Kong shipyard has arrived,\n would be willing to repair your ship for $" + itemPrice); break; } else {