Skip to content

Commit

Permalink
user money corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-haji committed Jun 20, 2021
1 parent ad0c52f commit 7a69761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/model/user/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public User(String username, String password, String nickname) {
this.username = username;
this.password = password;
this.nickname = nickname;
this.money = 1000000000;
this.money = 100000;
this.score = 0;
this.lifepoint = new Lifepoint();
this.cardInventory = new CardInventory();
Expand Down

0 comments on commit 7a69761

Please sign in to comment.