mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed AI paying life costs twice.
This commit is contained in:
@@ -101,7 +101,7 @@ public class CostPayLife extends CostPart {
|
||||
if (!activator.canPayLife(c)){
|
||||
return false;
|
||||
}
|
||||
activator.payLife(c, null);
|
||||
//activator.payLife(c, null);
|
||||
setLastPaidAmount(c);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user