Skip to content

Commit

Permalink
GatherParts is a skill
Browse files Browse the repository at this point in the history
  • Loading branch information
twanvl committed Jul 2, 2018
1 parent baf6a32 commit 62cc250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### v0.1.8
* Changed Retarget: now gains 2 thorns per attack for 2(1) strengt, instead of 2(3) thorns for 1 strength.
* Changed Power Armor: is now rare
* Fixed: Gather Parts should be a Skill instead of an Attack.
* Fixed: Madness didn't reduce cost of Weaponized cards
* Fixed: Clone Vats card image

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/madsciencemod/cards/GatherParts.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class GatherParts extends AbstractMadScienceCard {
public static final String UPGRADE_DESCRIPTION = cardStrings.UPGRADE_DESCRIPTION;
private static final int COST = 1;
private static final int TRINKETS = 3;
private static final CardType TYPE = CardType.ATTACK;
private static final CardType TYPE = CardType.SKILL;
private static final CardRarity RARITY = CardRarity.RARE;
private static final CardTarget TARGET = CardTarget.NONE;

Expand Down

0 comments on commit 62cc250

Please sign in to comment.