Skip to content

Commit

Permalink
Merge pull request #59 from Our-Magic-Journey/58-zmiana-wartości-pien…
Browse files Browse the repository at this point in the history
…iędzy-startowych

change start money
  • Loading branch information
PrabuckiDominik authored Jan 10, 2024
2 parents 176de0b + b85d95f commit d86d51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/xyz/magicjourney/nebulaquest/player/Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Player implements Describable {
public Player(String name) {
this.name = name;
this.id = generateId();
this.money = 10000;
this.money = 2000;
this.properties = new ArrayList<>();
this.changedEvent = new ParameterizedEvent<>();
this.bankruptEvent = new ParameterizedEvent<>();
Expand Down

0 comments on commit d86d51f

Please sign in to comment.