This commit is contained in:
libccy 2016-07-10 10:48:45 +08:00
parent 7d048e6816
commit 20a74712fe
2 changed files with 10 additions and 2 deletions

View File

@ -34,7 +34,14 @@ card.sp={
ai:{
value:-5,
useful:6,
}
},
enable:true,
filterTarget:function(card,player,target){
return target==player;
},
delay:false,
content:function(){},
selectTarget:-1
},
shengdong:{
fullskin:true,

View File

@ -6,7 +6,8 @@ window.noname_update={
files:{
global:[
'game/game.js',
'card/swd.js'
'card/sp.js',
'card/swd.js',
],
'1.8.16.3':[]
}