mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 04:12:14 -08:00
* Some minor fixed, error handling.
This commit is contained in:
parent
b481b2623f
commit
53e36c728c
3 changed files with 20 additions and 17 deletions
|
|
@ -173,12 +173,11 @@ public class ComputerPlayer extends PlayerImpl implements Player {
|
|||
|
||||
public ComputerPlayer(String name, RangeOfInfluence range) {
|
||||
super(name, range);
|
||||
flagName = "computer";
|
||||
human = false;
|
||||
userData = UserData.getDefaultUserDataView();
|
||||
userData.setAvatarId(64);
|
||||
userData.setGroupId(UserGroup.COMPUTER.getGroupId());
|
||||
userData.setFlagName("Computer.png");
|
||||
userData.setFlagName("computer.png");
|
||||
pickedCards = new ArrayList<>();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue