diff --git a/mode/guozhan.js b/mode/guozhan.js index 84f7e2103..efed72b4b 100644 --- a/mode/guozhan.js +++ b/mode/guozhan.js @@ -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) {