Skip to content

Commit

Permalink
Fixed bug with Blind Attacks (again).
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyBazooka89 committed Oct 24, 2018
1 parent cfb57fe commit 8da503a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>StSMod</groupId>
<artifactId>StSModTheBlackbeard</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<name>StSModTheBlackbeard</name>
<description>Adds a new character to Slay the Spire, The Blackbeard.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/blackbeard/powers/WeaponPower.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void updateDescription() {
}

@Override
public void onUseCard(AbstractCard card, UseCardAction action) {
public void onAfterUseCard(AbstractCard card, UseCardAction action) {
WeaponsToUseEnum weaponsToUse = WeaponsToUseEnum.ONLY_RIGHTMOST_WEAPON;
if (AbstractDungeon.player.hasPower(SwordDancePower.POWER_ID)) {
weaponsToUse = WeaponsToUseEnum.ALL_WEAPONS;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ModTheSpire.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"JohnnyBazooka89"
],
"description": "Adds The Blackbeard as a new playable character. More info: https://github.com/JohnnyBazooka89/StSModTheBlackbeard",
"version": "1.0.2",
"version": "1.0.3",
"dependencies": [
"basemod"
],
Expand Down

0 comments on commit 8da503a

Please sign in to comment.