If no cards in hand during reconcile, 8 cards have to be drawn.
This commit is contained in:
@@ -75,6 +75,8 @@ public class PlayerReconcilesAction implements Action {
|
||||
}
|
||||
}
|
||||
}));
|
||||
} else {
|
||||
_effectQueue.add(new DrawCardEffect(_playerId, 8));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user