mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
* Desecration Demon - Made AI not using the sacrifice ability any more.
This commit is contained in:
parent
ea49be8f06
commit
93b968d92a
3 changed files with 8 additions and 10 deletions
|
|
@ -1064,7 +1064,7 @@ public class ComputerPlayer<T extends ComputerPlayer<T>> extends PlayerImpl<T> i
|
|||
// Be proactive! Always use abilities, the evaluation function will decide if it's good or not
|
||||
// Otherwise some abilities won't be used by AI like LoseTargetEffect that has "bad" outcome
|
||||
// but still is good when targets opponent
|
||||
return true;
|
||||
return !outcome.equals(Outcome.AIDontUseIt); // Added for Desecration Demon sacrifice ability
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue