mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Bloodghast to stPumpSelf
This commit is contained in:
@@ -13864,7 +13864,7 @@ public class GameActionUtil {
|
||||
}
|
||||
};
|
||||
*/
|
||||
|
||||
/*
|
||||
public static Command Bloodghast = new Command() {
|
||||
private static final long serialVersionUID = -4252257530318024113L;
|
||||
|
||||
@@ -13884,6 +13884,7 @@ public class GameActionUtil {
|
||||
return opp.getLife() <= 10;
|
||||
}
|
||||
};
|
||||
*/
|
||||
/*
|
||||
public static Command Gaeas_Avenger = new Command() {
|
||||
private static final long serialVersionUID = 1987511098173387864L;
|
||||
@@ -16234,7 +16235,7 @@ public class GameActionUtil {
|
||||
//commands.put("Aven_Trailblazer", Aven_Trailblazer);
|
||||
|
||||
commands.put("Beastbreaker_of_Bala_Ged", Beastbreaker_of_Bala_Ged);
|
||||
commands.put("Bloodghast", Bloodghast);
|
||||
//commands.put("Bloodghast", Bloodghast);
|
||||
commands.put("Broodwarden", Broodwarden);
|
||||
|
||||
//commands.put("Cantivore", Cantivore);
|
||||
|
||||
@@ -28,7 +28,7 @@ public class StaticEffects
|
||||
//cardToEffectsList.put("Aven Trailblazer", new String[] {"Aven_Trailblazer"});
|
||||
|
||||
cardToEffectsList.put("Beastbreaker of Bala Ged", new String[] {"Beastbreaker_of_Bala_Ged"});
|
||||
cardToEffectsList.put("Bloodghast", new String[] {"Bloodghast"});
|
||||
//cardToEffectsList.put("Bloodghast", new String[] {"Bloodghast"});
|
||||
//cardToEffectsList.put("Broodstar", new String[] {"Master_of_Etherium"});
|
||||
cardToEffectsList.put("Broodwarden", new String[] {"Broodwarden"});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user