Used Harkamal's dumb extended class thingy cuz he begged me tod do it.

This commit is contained in:
KahootChampion
2019-02-18 19:13:39 -07:00
parent 5c41bf5b7c
commit 534b8728a5
3 changed files with 3 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ public class Player {
private int generalHeld = 0;
private int armsHeld = 0;
private int location = 1;
private int guns = 0;
private int guns = 3;
private int Hp = 100;
public String getName() {