- Added Goblin Welder (please test)

This commit is contained in:
swordshine
2013-03-04 04:31:35 +00:00
parent 46fa85528f
commit 9b2e1a8d22
4 changed files with 16 additions and 2 deletions

View File

@@ -200,8 +200,7 @@ public class SpellAbilityCondition extends SpellAbilityVariables {
}
}
if (this.isAllTargetsLegal()) {
SpellAbility root = sa.getRootAbility();
for (Card c : root.getTarget().getTargetCards()) {
for (Card c : sa.getTarget().getTargetCards()) {
if (!CardFactoryUtil.isTargetStillValid(sa, c)) {
return false;
}