mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed CostUnattach for AI.
This commit is contained in:
@@ -152,6 +152,6 @@ public class CostUnattach extends CostPartWithList {
|
||||
// We really shouldn't be able to get here if there's nothing to unattach
|
||||
return null;
|
||||
}
|
||||
return new PaymentDecision(cardToUnattach.getEquippingCard());
|
||||
return new PaymentDecision(cardToUnattach);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user