Update huanlekapai.js
This commit is contained in:
parent
e8ebecd801
commit
9816e9daf0
|
@ -118,8 +118,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
|
||||||
return get.distance(player,target)>1;
|
return get.distance(player,target)>1;
|
||||||
},
|
},
|
||||||
content:function (){
|
content:function (){
|
||||||
"step 0"
|
"step 0"
|
||||||
game.playSu('shoulijian');
|
|
||||||
if(!target.countCards('he',{type:'equip'})){
|
if(!target.countCards('he',{type:'equip'})){
|
||||||
target.damage();
|
target.damage();
|
||||||
event.finish();
|
event.finish();
|
||||||
|
@ -310,8 +309,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
|
||||||
return get.distance(player,target)>1;
|
return get.distance(player,target)>1;
|
||||||
},
|
},
|
||||||
content:function (){
|
content:function (){
|
||||||
"step 0"
|
"step 0"
|
||||||
game.playSu('shoulijian');
|
|
||||||
if(!target.countCards('he',{type:'equip'})){
|
if(!target.countCards('he',{type:'equip'})){
|
||||||
target.damage();
|
target.damage();
|
||||||
event.finish();
|
event.finish();
|
||||||
|
|
Loading…
Reference in New Issue