mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
convert Gwafa Hazid, Profiteer to AF and stPumpAll keyword
This commit is contained in:
@@ -373,7 +373,7 @@ public class AbilityFactory_Counters {
|
||||
abSub.resolve();
|
||||
}
|
||||
else
|
||||
CardFactoryUtil.doDrawBack(DrawBack, counterAmount, card.getController(), card.getController().getOpponent(), card.getController(), card, null, sa);
|
||||
CardFactoryUtil.doDrawBack(DrawBack, counterAmount, card.getController(), card.getController().getOpponent(), card.getController(), card, tgtCards.get(0), sa);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -16354,7 +16354,7 @@ public class CardFactory_Creatures {
|
||||
}
|
||||
//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Gwafa Hazid, Profiteer")) {
|
||||
final Ability_Tap ability = new Ability_Tap(card, "W U") {
|
||||
@@ -16421,6 +16421,7 @@ public class CardFactory_Creatures {
|
||||
});
|
||||
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
|
||||
@@ -38,9 +38,9 @@ public class CombatUtil {
|
||||
|
||||
if(blocker.getKeyword().contains("CARDNAME can't block.") || blocker.getKeyword().contains("CARDNAME can't attack or block."))
|
||||
return false;
|
||||
|
||||
/*
|
||||
if (blocker.getCounters(Counters.BRIBERY) > 0 && AllZoneUtil.isCardInPlay("Gwafa Hazid, Profiteer"))
|
||||
return false;
|
||||
return false; */
|
||||
|
||||
CardList kulrath = AllZoneUtil.getCardsInPlay("Kulrath Knight");
|
||||
if (kulrath.size() > 0)
|
||||
@@ -426,8 +426,9 @@ public class CombatUtil {
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
if (c.getCounters(Counters.BRIBERY) > 0 && AllZoneUtil.isCardInPlay("Gwafa Hazid, Profiteer"))
|
||||
return false;
|
||||
return false; */
|
||||
|
||||
if (AllZoneUtil.isCardInPlay("Ensnaring Bridge")) {
|
||||
int limit = Integer.MAX_VALUE;
|
||||
|
||||
Reference in New Issue
Block a user