mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Deleted the "1, Sacrifice CARDNAME: Draw a card." code from CardFactory.java and CardFactoryUtil.java. Converted the cards using this keyword to abDrawCards 1 Sac<1/CARDNAME>:1:Draw a card. Impacts the 5 Spellbombs and Grave-Shell Scarab.
This commit is contained in:
@@ -4958,16 +4958,6 @@ public class CardFactory implements NewConstants {
|
||||
} // if etbCounter
|
||||
|
||||
|
||||
if(hasKeyword(card, "1, Sacrifice CARDNAME: Draw a card.") != -1) {
|
||||
int n = hasKeyword(card, "1, Sacrifice CARDNAME: Draw a card.");
|
||||
if(n != -1) {
|
||||
String parse = card.getKeyword().get(n).toString();
|
||||
card.removeIntrinsicKeyword(parse);
|
||||
|
||||
card.addSpellAbility(CardFactoryUtil.ability_Spellbomb(card));
|
||||
}
|
||||
}//Spellbomb
|
||||
|
||||
// Generic target creature pump
|
||||
if(hasKeyword(card, "spPumpTgt") != -1) {
|
||||
int n = hasKeyword(card, "spPumpTgt");
|
||||
|
||||
Reference in New Issue
Block a user