测试中,已经到act5的救anya了作者: rs6810 时间: 2018-3-8 10:36
置板凳坐等痛快杀牛作者: spy1215 时间: 2018-3-8 10:58
cube 问题解决了?作者: 小渔 时间: 2018-3-8 10:59
在cow.js里:把
if (!Storage.Cube.MoveTo(leg) || !Storage.Cube.MoveTo(tome) || !Cubing.openCube()) {
throw new Error("Failed to cube leg and tome");
改成:
if ( !Cubing.openCube() || !Storage.Cube.MoveTo(leg) || !Storage.Cube.MoveTo(tome)) {
throw new Error("Failed to cube leg and tome");