Merge pull request #304 from lieren2023/lieren2023-patch-18
修复火计转化的火攻变成火属性的bug
This commit is contained in:
commit
354844643e
|
@ -10931,7 +10931,6 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
},
|
||||
viewAs:{
|
||||
name:"huogong",
|
||||
nature:"fire",
|
||||
},
|
||||
viewAsFilter:function (player){
|
||||
if(!player.countCards('hes',{color:'red'})) return false;
|
||||
|
|
|
@ -5372,7 +5372,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
filterCard:function(card){
|
||||
return get.color(card)=='red';
|
||||
},
|
||||
viewAs:{name:'huogong',nature:'fire'},
|
||||
viewAs:{name:'huogong'},
|
||||
viewAsFilter:function(player){
|
||||
if(!player.countCards('hs',{color:'red'})) return false;
|
||||
},
|
||||
|
|
|
@ -22433,7 +22433,6 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
},
|
||||
viewAs:{
|
||||
name:"huogong",
|
||||
nature:"fire",
|
||||
},
|
||||
viewAsFilter:function (player){
|
||||
if(player.hasSkill('huoji')) return false;
|
||||
|
|
Loading…
Reference in New Issue