- Updated PlayMain1:ALWAYS to work for non-permanent spells. Updated Decree of Justice to avoid a different mechanism for the same purpose.

This commit is contained in:
Agetian
2017-10-04 06:28:00 +00:00
parent 97bda7a949
commit 258a9c046e
2 changed files with 3 additions and 2 deletions

View File

@@ -1112,7 +1112,7 @@ public class ComputerUtil {
final Card source = sa.getHostCard();
final SpellAbility sub = sa.getSubAbility();
if ("AlwaysCastInMain1".equals(sa.getParam("AILogic"))) {
if (source != null && "ALWAYS".equals(source.getSVar("PlayMain1"))) {
return true;
}