mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- 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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user