Compare commits

..

No commits in common. "8e46ecc265dc08f11252cbd7ceb1f2eaa7f9cc2d" and "74dee9c2cf8de7d18dd8ae048db35c0c884a9024" have entirely different histories.

2 changed files with 65 additions and 70 deletions

View File

@ -1472,8 +1472,8 @@ main.floors.MT0=
"autoEvent": {}, "autoEvent": {},
"canFlyFrom": true, "canFlyFrom": true,
"flyPoint": [ "flyPoint": [
6, 7,
2 11
], ],
"downFloor": [ "downFloor": [
6, 6,

View File

@ -162,11 +162,6 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
// ...可以新增一些其他内容,比如创建个画布在右上角显示什么内容等等 // ...可以新增一些其他内容,比如创建个画布在右上角显示什么内容等等
////复现RMbug若5层法师移动且存在则切换楼层后变回原位置
if (core.getBlockId(5, 1, 'MT5') === 'bluePriest') {
core.setBlock(217, 6, 1, 'MT5');
core.setBlock(0, 5, 1, 'MT5')
}
}, },
"afterChangeFloor": function (floorId) { "afterChangeFloor": function (floorId) {
// 转换楼层结束的事件;此函数会在整个楼层切换完全结束后再执行 // 转换楼层结束的事件;此函数会在整个楼层切换完全结束后再执行