From e7f5307b8be9fa68712127eb2ee543e2b7511e53 Mon Sep 17 00:00:00 2001 From: Spmario233 Date: Sun, 28 Jun 2020 12:08:06 +0800 Subject: [PATCH] hotfix --- character/mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/character/mobile.js b/character/mobile.js index 7d45fafff..a699008d8 100644 --- a/character/mobile.js +++ b/character/mobile.js @@ -2830,7 +2830,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){ global:"phaseDrawAfter", }, filter:function (event,player){ - if(!player.storage.xinfu_zhaoxin||player.storage.xinfu_zhaoxin.length) return false; + if(!player.storage.xinfu_zhaoxin||!player.storage.xinfu_zhaoxin.length) return false; return player==event.player||player.inRange(event.player); }, direct:true,