This commit is contained in:
parent
f0890f9f95
commit
2bdc026db6
|
@ -141,6 +141,15 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
player.loseHp();
|
player.loseHp();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ai:{
|
||||||
|
effect:{
|
||||||
|
player:function(card,player){
|
||||||
|
if (get.type(card)=='trick'&&get.value(card)<6){
|
||||||
|
return [0,-2];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
qinyin:{
|
qinyin:{
|
||||||
audio:2,
|
audio:2,
|
||||||
|
|
Loading…
Reference in New Issue