mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Initial code to Combine Combat and pwCombat into a unified combat front.
- Human can now attack more than one Planeswalker.
This commit is contained in:
@@ -5802,9 +5802,6 @@ public class CardFactory_Creatures {
|
||||
CardList list = new CardList(AllZone.Combat.getAttackers());
|
||||
if(list.contains(c)) AllZone.Combat.removeFromCombat(c);
|
||||
|
||||
CardList pwlist = new CardList(AllZone.pwCombat.getAttackers());
|
||||
if(pwlist.contains(c)) AllZone.pwCombat.removeFromCombat(c);
|
||||
|
||||
PlayerZone to = AllZone.getZone(Constant.Zone.Battlefield, c.getOwner());
|
||||
to.add(c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user