mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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
|
// We really shouldn't be able to get here if there's nothing to unattach
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return new PaymentDecision(cardToUnattach.getEquippingCard());
|
return new PaymentDecision(cardToUnattach);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user