diff --git a/game/game.js b/game/game.js index b351bc1c1..db080fa79 100644 --- a/game/game.js +++ b/game/game.js @@ -11520,7 +11520,7 @@ if(subtype=='equip6'&&['equip3','equip4'].contains(event.pos)) return true; return false; }); - if(cards.length) player.discard(cards).delay=false; + if(cards.length) player.loseToDiscardpile(cards).delay=false; game.log(player,'废除了',get.translation(event.pos),'栏'); player.$disableEquip(event.pos); } diff --git a/mode/brawl.js b/mode/brawl.js index d91647067..0676f7851 100644 --- a/mode/brawl.js +++ b/mode/brawl.js @@ -4093,7 +4093,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){ } } } - if(info.linked) target.classList.add('linked'); + if(info.linked) target.classList.add('linked'+(get.is.linked2(target)?'2':'')); if(info.turnedover) target.classList.add('turnedover'); if(info.position<_status.firstAct.brawlinfo.position) _status.firstAct=target; var hs=[];