From b60546457d862721a297d58bae749e7fb3c620c8 Mon Sep 17 00:00:00 2001 From: mengxinzxz <139629761+mengxinzxz@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:20:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A5=E6=95=8F=E3=80=90=E4=B9=B1=E7=BE=A4?= =?UTF-8?q?=E3=80=91=E5=90=8E=E7=BB=AD=E6=8C=87=E5=AE=9A=E3=80=90=E6=9D=80?= =?UTF-8?q?=E3=80=91=E6=95=88=E6=9E=9C=E7=9B=B8=E5=8F=8Dbugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- character/mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/character/mobile.js b/character/mobile.js index e06572a21..ed0be4c56 100644 --- a/character/mobile.js +++ b/character/mobile.js @@ -787,7 +787,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){ mod:{ playerEnabled:function(card,player,target){ if(!player.isPhaseUsing()) return; - if(card.name=='sha'&&player.getStorage('luanqun_effect').contains(target)) return false; + if(card.name=='sha'&&!player.getStorage('luanqun_effect').contains(target)) return false; }, }, trigger:{player:'useCard1'},