Fixing assignments.
This commit is contained in:
@@ -75,8 +75,9 @@ public class FreePeoplePlayerAssignsMinionsGameProcess implements GameProcess {
|
||||
new AssignmentPhaseEffect(gameState.getCurrentPlayerId(), assignments, "Free People player assignments"));
|
||||
}
|
||||
});
|
||||
} else {
|
||||
_leftoverMinions = new HashSet<PhysicalCard>();
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
game.getActionsEnvironment().addActionToStack(action);
|
||||
|
||||
@@ -27,12 +27,13 @@ public class DaoProvider implements InjectableProvider<Context, Type> {
|
||||
private DbAccess _dbAccess;
|
||||
private CollectionSerializer _collectionSerializer;
|
||||
|
||||
@Context
|
||||
private LotroCardBlueprintLibrary _library;
|
||||
|
||||
public DaoProvider() {
|
||||
_dbAccess = new DbAccess();
|
||||
_collectionSerializer = new CollectionSerializer();
|
||||
|
||||
_library = new LotroCardBlueprintLibrary();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user