diff --git a/mode/guozhan.js b/mode/guozhan.js index 70a852765..1b1b7584f 100644 --- a/mode/guozhan.js +++ b/mode/guozhan.js @@ -564,8 +564,8 @@ mode.guozhan={ game.countPlayer(function(current){ if(current!=player){ var es=current.getEquip('feilongduofeng'); - if(es.length){ - list.addArray(es); + if(es){ + list.add(es); } } });