This commit is contained in:
libccy 2016-08-11 22:59:43 +08:00
parent 6732a9784b
commit a8472a1663
1 changed files with 4 additions and 3 deletions

View File

@ -352,12 +352,13 @@ character.xianjian={
targetEnabled:function(card){
if(get.tag(card,'recover')) return false;
},
}
},
global:'guijiang3'
},
_guijiang2:{
guijiang3:{
mod:{
cardSavable:function(card,player){
if(_status.event.dying.hasSkill('guijiang2')) return false;
if(_status.event.dying&&_status.event.dying.hasSkill('guijiang2')) return false;
}
}
},