mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 01:38:13 +00:00
Merge branch 'suspend' into 'master'
AI: Fix backing out of Suspend See merge request core-developers/forge!4640
This commit is contained in:
@@ -297,7 +297,7 @@ public class PermanentAi extends SpellAbilityAi {
|
||||
if (!checkPhaseRestrictions(ai, sa, ai.getGame().getPhaseHandler())) {
|
||||
return false;
|
||||
}
|
||||
return checkApiLogic(ai, sa);
|
||||
return mandatory || checkApiLogic(ai, sa);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user