移除与卡牌同id的废弃技能
This commit is contained in:
parent
6c7b5ea65b
commit
e73e832a85
|
@ -733,11 +733,6 @@ game.import("card", function () {
|
|||
}
|
||||
ui.arena.classList.remove("thrownhighlight");
|
||||
game.addVideo("thrownhighlight2");
|
||||
"step 4";
|
||||
// if(cards&&cards.length){
|
||||
// player.gain(cards,'gain2');
|
||||
// target.addTempSkill('bingpotong');
|
||||
// }
|
||||
},
|
||||
ai: {
|
||||
basic: {
|
||||
|
@ -1619,7 +1614,6 @@ game.import("card", function () {
|
|||
player.removeSkill("dinvxuanshuang_skill");
|
||||
},
|
||||
},
|
||||
bingpotong: {},
|
||||
heilonglinpian: {
|
||||
mark: true,
|
||||
marktext: "鳞",
|
||||
|
|
Loading…
Reference in New Issue