This commit is contained in:
libccy 2017-05-22 19:17:47 +08:00
parent a43cd6efce
commit 75a4c69a88
2 changed files with 8 additions and 1 deletions

View File

@ -202,7 +202,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
trigger:{player:'shaAfter'},
direct:true,
filter:function(event,player){
return player.canUse('sha',event.target)&&player.hasSha();
return player.canUse('sha',event.target)&&player.hasSha()&&event.target.isIn();
},
content:function(){
"step 0"

View File

@ -13,6 +13,13 @@
#arena.chess.slim_player .player .equips{
left:7px;
}
#arena.chess.lslim_player.slim_player .player .equips{
left:5px;
bottom: 17px;
}
#arena.chess.lslim_player.slim_player .player.minskin.linked .equips{
transform: rotate(90deg) translate(-98px,-5px) scale(0.73)
}
#arena.uslim_player .player:not([data-position='0']) .equips,
#arena.chess.uslim_player .player .equips{
left:3px;