Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/main/java/gremlin/actions/CounterStrikeAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ else if(gremlin.equals("wizard")){
new DamageRandomEnemyAction(new DamageInfo(AbstractDungeon.player, SneakyGremlin.DAMAGE, DamageInfo.DamageType.THORNS),
AbstractGameAction.AttackEffect.SLASH_DIAGONAL));
}

if(gremlin.equals("wizard")){
AbstractDungeon.actionManager.addToBottom(new ApplyPowerAction(AbstractDungeon.player, AbstractDungeon.player,
new WizPower(AbstractDungeon.player, 1), 1));
}
}
this.isDone = true;
}
Expand Down
1 change: 0 additions & 1 deletion src/main/java/theHexaghost/relics/Sixitude.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public void onUseCard(AbstractCard targetCard, UseCardAction useCardAction) {
if (!(possList.isEmpty())) {
tmp = possList.get(0);
}
tmp.updateCost(-1);
addToBot(new EchoACardAction(tmp, true));
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"DESCRIPTIONS": [
"This turn, all Spell cards cost #b0 [REMOVE_SPACE].",
"For the next #b",
" turns, all Spell cards cards cost #b0 [REMOVE_SPACE]."
" turns, all Spell cards cost #b0 [REMOVE_SPACE]."
]
},
"awakened:IntensifyDebuffPower": {
Expand Down
Binary file modified src/main/resources/hexamodResources/images/cards/Incineration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/hexamodResources/images/cards/SeventhEye.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.