mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fixed #12417
This commit is contained in:
parent
27bea843a3
commit
d54a549e43
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@ public class ComputerPlayer6 extends ComputerPlayer {
|
|||
// TODO: add modal info
|
||||
// + (action.isModal() ? " Mode = " + action.getModes().getMode().toString() : "")
|
||||
if (ability.isModal()) {
|
||||
throw new IllegalStateException("TODO: need implement");
|
||||
//throw new IllegalStateException("TODO: need implement");
|
||||
}
|
||||
MageObject sourceObject = ability.getSourceObject(game);
|
||||
String abilityInfo = (sourceObject == null ? "" : sourceObject.getIdName() + ": ") + CardUtil.substring(ability.toString(), 30, "...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue