This commit is contained in:
libccy 2017-02-22 19:34:28 +08:00
parent 5e90c2e73f
commit 06e3c61536
1 changed files with 7 additions and 5 deletions

View File

@ -3249,11 +3249,13 @@ character.sp={
'step 0'
player.choosePlayerCard('hej',target,true);
'step 1'
target.$give(result.links,player);
target.lose(result.links,ui.special);
player.storage.yinling.push(result.links[0]);
player.markSkill('yinling');
player.syncStorage('yinling');
if(result.bool&&result.links&&result.links.length){
target.$give(result.links,player);
target.lose(result.links,ui.special);
player.storage.yinling.push(result.links[0]);
player.markSkill('yinling');
player.syncStorage('yinling');
}
},
ai:{
order:10.1,