mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added Stonehorn Dignitary.
This commit is contained in:
@@ -574,8 +574,16 @@ public class AbilityFactoryPump {
|
||||
CardList list;
|
||||
if (this.abilityFactory.isCurse()) {
|
||||
list = this.getCurseCreatures(sa, defense, attack);
|
||||
if (tgt.canTgtPlayer()) {
|
||||
tgt.addTarget(AllZone.getHumanPlayer());
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
list = this.getPumpCreatures(defense, attack, sa);
|
||||
if (tgt.canTgtPlayer() && !tgt.canOnlyTgtOpponent()) {
|
||||
tgt.addTarget(AllZone.getComputerPlayer());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
list = list.getValidCards(tgt.getValidTgts(), sa.getActivatingPlayer(), sa.getSourceCard());
|
||||
|
||||
Reference in New Issue
Block a user