言笑牌 图标更新
This commit is contained in:
parent
79be76e569
commit
c910a69212
|
@ -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,
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue