This commit is contained in:
parent
563b5faa20
commit
f88f3eea2a
|
@ -974,6 +974,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
|
||||||
enable:true,
|
enable:true,
|
||||||
filterTarget:true,
|
filterTarget:true,
|
||||||
selectTarget:-1,
|
selectTarget:-1,
|
||||||
|
usable:1,
|
||||||
content:function(){
|
content:function(){
|
||||||
target.addTempSkill('gw_qinpendayu',{player:'phaseAfter'});
|
target.addTempSkill('gw_qinpendayu',{player:'phaseAfter'});
|
||||||
},
|
},
|
||||||
|
@ -1000,9 +1001,8 @@ game.import('card',function(lib,game,ui,get,ai,_status){
|
||||||
type:'spell',
|
type:'spell',
|
||||||
subtype:'spell_bronze',
|
subtype:'spell_bronze',
|
||||||
enable:true,
|
enable:true,
|
||||||
filterTarget:function(card,player,target){
|
usable:1,
|
||||||
return !target.isLinked();
|
filterTarget:true,
|
||||||
},
|
|
||||||
selectTarget:-1,
|
selectTarget:-1,
|
||||||
content:function(){
|
content:function(){
|
||||||
target.addTempSkill('gw_birinongwu',{player:'phaseAfter'});
|
target.addTempSkill('gw_birinongwu',{player:'phaseAfter'});
|
||||||
|
@ -1025,6 +1025,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
|
||||||
type:'spell',
|
type:'spell',
|
||||||
subtype:'spell_bronze',
|
subtype:'spell_bronze',
|
||||||
enable:true,
|
enable:true,
|
||||||
|
usable:1,
|
||||||
filterTarget:function(card,player,target){
|
filterTarget:function(card,player,target){
|
||||||
return !target.isLinked();
|
return !target.isLinked();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue