Fixed numOfShips method for ShipWarfareGUI

This commit is contained in:
KahootChampion
2019-03-10 01:14:37 -07:00
parent e5807a46af
commit 36aa789590
4 changed files with 89 additions and 60 deletions

View File

@@ -4,13 +4,13 @@ public class Player {
private String name = "Taipan";
private int bank = 0;
private int money = 0;
private int money = 1000000;
private int opiumHeld = 0;
private int silkHeld = 0;
private int generalHeld = 0;
private int armsHeld = 0;
private int location = 1;
private int guns = 0;
private int guns = 5;
private int HP = 100;
private int debt = 0;
private int wOpium = 0;