Small thing, changed an output of warehouse a bit, shows user its the warehouse they are concerned with.

This commit is contained in:
Siddhant Dewani
2019-02-24 21:39:01 -07:00
parent 9f84e23a10
commit d50058f056

View File

@@ -30,6 +30,7 @@ public class loanShark {
player.setDebt(player.getDebt() + loanAsk); player.setDebt(player.getDebt() + loanAsk);
player.setMoney(player.getMoney() + loanAsk); player.setMoney(player.getMoney() + loanAsk);
} }
//updated
else{ else{
System.out.println("Sorry you cant be loaned that much"); System.out.println("Sorry you cant be loaned that much");
break; break;