mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- More Champion fixes.
This commit is contained in:
@@ -4169,6 +4169,8 @@ public class CardFactory_Creatures {
|
||||
abilityComes.setTargetCard(target);
|
||||
AllZone.Stack.add(abilityComes);
|
||||
}
|
||||
else
|
||||
AllZone.GameAction.sacrifice(card);
|
||||
}//else
|
||||
}//execute()
|
||||
};//CommandComes
|
||||
@@ -4295,9 +4297,7 @@ public class CardFactory_Creatures {
|
||||
AllZone.Stack.add(abilityComes);
|
||||
}
|
||||
else
|
||||
{
|
||||
AllZone.GameAction.sacrifice(card);
|
||||
}
|
||||
}//computer
|
||||
}//execute()
|
||||
};//CommandComes
|
||||
@@ -4461,6 +4461,8 @@ public class CardFactory_Creatures {
|
||||
abilityComes.setTargetCard(target);
|
||||
AllZone.Stack.add(abilityComes);
|
||||
}
|
||||
else
|
||||
AllZone.GameAction.sacrifice(card);
|
||||
}//else
|
||||
}//execute()
|
||||
};//CommandComes
|
||||
|
||||
Reference in New Issue
Block a user