言笑牌 图标更新
This commit is contained in:
parent
79be76e569
commit
c910a69212
|
@ -134,10 +134,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
card:{
|
||||
yanxiao_card:{
|
||||
type:'delay',
|
||||
judge:function(card){
|
||||
return 0;
|
||||
},
|
||||
effect:function(){},
|
||||
fullimage:true,
|
||||
noEffect:true,
|
||||
ai:{
|
||||
basic:{
|
||||
order:1,
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -8110,7 +8110,7 @@ export const Content = {
|
|||
cards[0].classList.remove('drawinghidden');
|
||||
delete cards[0]._transform;
|
||||
var viewAs = typeof card == 'string' ? card : card.name;
|
||||
if (!lib.card[viewAs] || !lib.card[viewAs].effect) {
|
||||
if (!lib.card[viewAs] || (!lib.card[viewAs].effect && !lib.card[viewAs].noEffect) ) {
|
||||
game.cardsDiscard(cards[0]);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue