new_qingcheng选择其他角色修复

This commit is contained in:
lieren2023 2024-06-09 11:29:19 +08:00 committed by GitHub
parent ca3708d6ce
commit 4a62e9bfa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -17091,6 +17091,7 @@ game.import("mode", function (lib, game, ui, get, ai, _status) {
},
position: "he",
filterTarget: function (card, player, target) {
if (target == player) return false;
return !target.isUnseen(2);
},
check: function (card) {