This commit is contained in:
libccy 2017-02-25 18:32:39 +08:00
parent 0f2e856f24
commit b4e0ca8ff0
2 changed files with 6 additions and 1 deletions

View File

@ -117,7 +117,7 @@ card.standard={
value:[5,1], value:[5,1],
}, },
order:function(){ order:function(){
if(_status.event.player.hasGlobalTag('presha')) return 10; if(_status.event.player.hasSkillTag('presha',true,null,true)) return 10;
return 3; return 3;
}, },
result:{ result:{

View File

@ -310,6 +310,11 @@ mode.guozhan={
} }
return false; return false;
}, },
mark:true,
nopop:true,
intro:{
content:'若与你势力相同的一名角色于其回合内使用的第一张牌为【杀】,则该角色可以在此【杀】结算完成后获得之'
},
content:function(){ content:function(){
var cards=[]; var cards=[];
for(var i=0;i<trigger.cards.length;i++){ for(var i=0;i<trigger.cards.length;i++){