Commit b74cc7fb authored by zjz1994's avatar zjz1994

代码暂存

parent 5abc1aff
...@@ -1315,11 +1315,11 @@ export class Tool { ...@@ -1315,11 +1315,11 @@ export class Tool {
return _have; return _have;
} }
//判断草坪能否铺出去 //判断草坪能否铺出去,炮台铺草坪另算
public static judgeTurfing(lat:Lattice){ public static judgeTurfing(lat:Lattice){
if(this.judgeUpsetMove(lat)){//能移动的筛 if(Tool.judgeBaseEle(lat)
}else if(lat&&lat.element&&lat.element.type==ElementType.CANNO){ ){
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment