bunch of revisions, still in progress

This commit is contained in:
Vikram
2019-02-24 19:00:38 -07:00
parent 6511f40b8b
commit 5e64bc95dc
8 changed files with 196 additions and 137 deletions

View File

@@ -106,6 +106,8 @@ public class Travel {
randomEventSea(tempInt);
seaAtlas(tempInt);
hasTraveled = true;
player.setBank((int)(player.getBank() * 1.01));
player.setDebt((int)(player.getDebt() * 1.01));
} else System.out.println("\nYou're already here " + player.getName() + ".");
} catch (Exception e) {
System.out.print("\nSorry, " + player.getName() + " could you say that again?");