Commit 22f88a2f authored by Master Q's avatar Master Q

概率处理完善

parent 4d99bc54
......@@ -341,7 +341,6 @@ export class ConveyorBelt extends FYGE.Container {
cloneCur.value = index == arr.length - 1 ? 1 : ((pre.length == 0 ? 0 : pre[pre.length - 1].value) + cloneCur.ownValuue)
return pre.concat(cloneCur)
}, [])
console.log('skipPortList:', skipPortList, randomItem.ownValuue, randomItem, portList)
// debugger
return this.onGetFinalObstacle(skipPortList)
}
......
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