From 412248b6d9427e0f863f846a878ca84f85e418e0 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 25 Dec 2020 21:44:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=B8=A6ai=E5=B0=B1=E7=88=86=E7=82=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/custom_clear.lua | 2 +- parts/modes/custom_puzzle.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/modes/custom_clear.lua b/parts/modes/custom_clear.lua index d2b0f3cc..f4097725 100644 --- a/parts/modes/custom_clear.lua +++ b/parts/modes/custom_clear.lua @@ -61,7 +61,7 @@ return{ PLY.newPlayer(1) local L=GAME.modeEnv.opponent if L~=0 then - GAME.modeEnv.target=false + GAME.modeEnv.target=nil if L<6 then PLY.newAIPlayer(2,AIBUILDER("9S",2*L)) else diff --git a/parts/modes/custom_puzzle.lua b/parts/modes/custom_puzzle.lua index e583b02a..528d5797 100644 --- a/parts/modes/custom_puzzle.lua +++ b/parts/modes/custom_puzzle.lua @@ -42,7 +42,7 @@ return{ PLY.newPlayer(1) local L=GAME.modeEnv.opponent if L~=0 then - GAME.modeEnv.target=false + GAME.modeEnv.target=nil if L<6 then PLY.newAIPlayer(2,AIBUILDER("9S",2*L)) else