Skip to content

Commit

Permalink
神——山——识——!
Browse files Browse the repository at this point in the history
  • Loading branch information
Spmario233 authored Jul 25, 2020
1 parent 51f5187 commit f940028
Show file tree
Hide file tree
Showing 21 changed files with 942 additions and 52 deletions.
Binary file added audio/die/ol_pangde.mp3
Binary file not shown.
Binary file added audio/skill/rejianchu1.mp3
Binary file not shown.
Binary file added audio/skill/rejianchu2.mp3
Binary file not shown.
Binary file added audio/skill/rejizhi_lukang1.mp3
Binary file not shown.
Binary file added audio/skill/rejizhi_lukang2.mp3
Binary file not shown.
4 changes: 2 additions & 2 deletions card/guozhan.js
Original file line number Diff line number Diff line change
Expand Up @@ -1168,15 +1168,15 @@ game.import('card',function(lib,game,ui,get,ai,_status){
content:function(){
var cards=[];
for(var i=0;i<trigger.cards.length;i++){
if(trigger.cards[i].name=='chiling'&&get.position(trigger.cards[i])=='d'){
if(trigger.cards[i].name=='chiling'&&get.position(trigger.cards[i],true)=='d'){
cards.push(trigger.cards[i]);
}
}
if(cards.length){
game.cardsGotoSpecial(cards);
game.log(cards,'已被移出游戏');
_status.chiling=true;
player.popup('敕令');
if(player&&player.popup) player.popup('敕令');
}
},
},
Expand Down
Loading

0 comments on commit f940028

Please sign in to comment.