Small thing, changed an output of warehouse a bit, shows user its the warehouse they are concerned with.
This commit is contained in:
@@ -30,6 +30,7 @@ public class loanShark {
|
||||
player.setDebt(player.getDebt() + loanAsk);
|
||||
player.setMoney(player.getMoney() + loanAsk);
|
||||
}
|
||||
//updated
|
||||
else{
|
||||
System.out.println("Sorry you cant be loaned that much");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user