diff --git a/card/swd.js b/card/swd.js index bbdbe7fb2..50df1c881 100755 --- a/card/swd.js +++ b/card/swd.js @@ -2517,7 +2517,7 @@ card.swd={ }, hslingjian_yinmilichang_equip1:{ trigger:{source:'damageEnd'}, - forced:true, + direct:true, filter:function(event){ return event.card&&event.card.name=='sha'; }, diff --git a/game/update.js b/game/update.js index 7b85f980f..6f48df418 100644 --- a/game/update.js +++ b/game/update.js @@ -31,6 +31,6 @@ window.noname_update={ 'layout/mobile/layout.css', ], '1.8.19.7':[], - '1.8.19.20':[], + '1.8.20':[], } }