From acde14e4098e2dd014ed73f5f96ef99ece2a3e55 Mon Sep 17 00:00:00 2001 From: Baisebaoma Date: Thu, 7 Dec 2023 13:10:39 +0800 Subject: [PATCH] Removed print --- jianyu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jianyu.lua b/jianyu.lua index c3bad35..05b9bca 100644 --- a/jianyu.lua +++ b/jianyu.lua @@ -1257,7 +1257,7 @@ local jy_luojiao = fk.CreateTriggerSkill{ -- 判断是否有牌进来 if #dians == 3 then -- 如果点是3 - print("点是3") + -- print("点是3") for _, move in ipairs(data) do -- 如果有一张牌是进入我的特殊区,那么这个函数可以触发 if move.to == player.id and move.toArea == Card.PlayerSpecial then -- print("有牌正打算来你家特殊区, return true")