Skip to content

Commit

Permalink
Fix issue #175 (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiiiiilth committed May 16, 2018
1 parent a059708 commit 8f69f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fruitymod/cards/Vacuum.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void calculateCardDamage(AbstractMonster mo) {
if (AbstractDungeon.player.hasPower("Weakened")) {
// cancel out effect of weak b/c we are going
// to remove it before dealing damage
this.damage *= 1.34f;
this.damage *= 1.4f;
}

if (this.damage == count * this.magicNumber) {
Expand Down

0 comments on commit 8f69f2c

Please sign in to comment.