- Fixed CostUnattach for AI.

This commit is contained in:
Sloth
2013-05-08 06:22:22 +00:00
parent 8d7def9847
commit b8bccd5386

View File

@@ -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);
}
}