Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
SMSadegh19 committed May 6, 2019
2 parents 66b6ce0 + 8e11ced commit 8047679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/models/Deck.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public boolean hasCard(int cardID) {
}

public boolean isValid() {

return this.cards.size() == CARD_CAPACITY && this.getHero() != null;
}

Expand Down
2 changes: 1 addition & 1 deletion src/models/Initializer.java
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ private static void addMinions(ArrayList<Card> cards) {
.setTargetSociety(new OneUnit(TargetType.MINION, TargetTeam.FRIEND, TargetAttackType.ANY))
.addBuff(new Buff.BuffBuilder()
.setDeltaHP(10)
.setDuration(Buff.INFINITY)
.setHalfTurnDuration()
.create())
.create())
.setAttackType(new Ranged(3))
Expand Down

0 comments on commit 8047679

Please sign in to comment.