From 9ea221869ce02acabd4d11370e199da2c61e07ac Mon Sep 17 00:00:00 2001 From: copcap Date: Fri, 3 Nov 2023 16:15:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BC=A9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/game/game.js b/game/game.js index df2edb7bc..1fffc6c88 100644 --- a/game/game.js +++ b/game/game.js @@ -27968,11 +27968,11 @@ if(func&&!func(target)) return false; return target.identity!='fan'; });break; - case 'commoner':targets=game.filterPlayer(function(target){ - if(func&&!func(target)) return false; - if(num>=3) return target.identity!='fan'; - return target.identity=='fan'; - }); break; + case 'commoner':targets=game.filterPlayer(function(target){ + if(func&&!func(target)) return false; + if(num>=3) return target.identity!='fan'; + return target.identity=='fan'; + }); break; } } } @@ -28043,10 +28043,10 @@ if(func&&!func(target)) return false; return target.identity=='fan'; });break; - case 'commoner':targets=game.filterPlayer(function(target){ - if(func&&!func(target)) return false; - return true; - }); break; + case 'commoner':targets=game.filterPlayer(function(target){ + if(func&&!func(target)) return false; + return true; + }); break; } } }