- Tweak a comment.

This commit is contained in:
Michael Kamensky
2021-11-02 22:25:09 +03:00
parent 10cddb7c19
commit 7800d0c6a6

View File

@@ -712,7 +712,7 @@ public class AiController {
return AiPlayDecision.CantPlaySa; 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 (sa.hasParam("AICheckSVar")) {
if (!checkAISpecificSVarCondition(sa, sa.getHostCard())) { if (!checkAISpecificSVarCondition(sa, sa.getHostCard())) {
return AiPlayDecision.AnotherTime; return AiPlayDecision.AnotherTime;