mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
1) Converted these cards from code to keyword: Scavenged Weaponry; Asha's Favor; Unholy Strength; Uncontrollable Anger.
This commit is contained in:
@@ -1694,6 +1694,7 @@ class CardFactory_Auras {
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
// *******************************************************************
|
||||
// Why are there two different card objects for Scavenged Weaponry ???
|
||||
// *******************************************************************
|
||||
@@ -1878,11 +1879,9 @@ class CardFactory_Auras {
|
||||
|
||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
if(cardName.equals("Asha's Favor")) {
|
||||
final SpellAbility spell = new Spell(card) {
|
||||
@@ -1973,7 +1972,9 @@ class CardFactory_Auras {
|
||||
|
||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Unholy Strength")) {
|
||||
final SpellAbility spell = new Spell(card) {
|
||||
@@ -2062,7 +2063,9 @@ class CardFactory_Auras {
|
||||
|
||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Uncontrollable Anger")) {
|
||||
final SpellAbility spell = new Spell(card) {
|
||||
@@ -2160,7 +2163,7 @@ class CardFactory_Auras {
|
||||
|
||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user