言笑牌 图标更新

This commit is contained in:
Spmario233 2024-01-13 01:41:34 +08:00
parent 79be76e569
commit c910a69212
3 changed files with 3 additions and 5 deletions

View File

@ -134,10 +134,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
card:{ card:{
yanxiao_card:{ yanxiao_card:{
type:'delay', type:'delay',
judge:function(card){ fullimage:true,
return 0; noEffect:true,
},
effect:function(){},
ai:{ ai:{
basic:{ basic:{
order:1, order:1,

BIN
image/card/yanxiao_card.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -8110,7 +8110,7 @@ export const Content = {
cards[0].classList.remove('drawinghidden'); cards[0].classList.remove('drawinghidden');
delete cards[0]._transform; delete cards[0]._transform;
var viewAs = typeof card == 'string' ? card : card.name; 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]); game.cardsDiscard(cards[0]);
} }
else { else {