mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Tweak a comment.
This commit is contained in:
@@ -712,7 +712,7 @@ public class AiController {
|
||||
return AiPlayDecision.CantPlaySa;
|
||||
}
|
||||
|
||||
// Check a predefined condition (maybe refactor it later to avoid code duplication with similar replacement effect code?)
|
||||
// Check a predefined condition
|
||||
if (sa.hasParam("AICheckSVar")) {
|
||||
if (!checkAISpecificSVarCondition(sa, sa.getHostCard())) {
|
||||
return AiPlayDecision.AnotherTime;
|
||||
|
||||
Reference in New Issue
Block a user