This commit is contained in:
libccy 2018-01-15 01:46:27 +08:00
parent ec30ba7c04
commit 1ea2b4b81b
1 changed files with 1 additions and 0 deletions

View File

@ -1349,6 +1349,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
var list=get.gainableSkills(function(info,skill){
return !info.notemp&&info.ai&&info.ai.maixie_hp&&!player.hasSkill(skill);
});
list.remove('guixin');
if(list.length){
var skill=list.randomGet();
player.popup(skill);