Skip to content

Commit

Permalink
Changed upgrade of FusedTrinket
Browse files Browse the repository at this point in the history
  • Loading branch information
twanvl committed May 29, 2018
1 parent bc5fbef commit d900d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/madsciencemod/cards/FusedTrinket.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ public AbstractCard makeCopy() {
public void upgrade() {
if (!this.upgraded) {
upgradeName();
if (energy > 0) this.energy++;
if (draw > 0) this.draw++;
if (baseDamage > 0) this.baseDamage += 2;
if (baseBlock > 0) this.baseBlock += 2;
initializeDescription();
}
}
Expand Down

0 comments on commit d900d08

Please sign in to comment.