Compare commits
No commits in common. "1a3c591a7b8f8e04eebd27a09868aafc727787ae" and "f8c16b22c0194a25184e5cf0f5c4a77fb74f3949" have entirely different histories.
1a3c591a7b
...
f8c16b22c0
@ -290,11 +290,5 @@ main.floors.MT19=
|
||||
11
|
||||
],
|
||||
"beforeBattle": {},
|
||||
"cannotMoveIn": {},
|
||||
"eachArrive": [
|
||||
{
|
||||
"type": "function",
|
||||
"function": "function(){\ncore.plugin.donghua10()\n}"
|
||||
}
|
||||
]
|
||||
"cannotMoveIn": {}
|
||||
}
|
@ -476,7 +476,6 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
|
||||
if (x == dx && y == dy) continue;
|
||||
|
||||
let calIndex = (core.getFlag("_MT34OpenDoors_", 0) + doorInfo[loc]) % doorIds.length;
|
||||
core.drawAnimate('xiaoshideqiang', x, y);
|
||||
core.setBlock(doorIds[calIndex], dx, dy);
|
||||
}
|
||||
}
|
||||
|
@ -3318,16 +3318,6 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
||||
} else core.stopAnimate(core.getFlag("linshi9", 0), false);
|
||||
|
||||
}
|
||||
this.donghua10 = function () {
|
||||
if (core.status.floorId == "MT19") {
|
||||
if (core.isReplaying()) { setTimeout(core.plugin.donghua10, 100); return; }
|
||||
core.setFlag("linshi10", core.drawAnimate("rengonghuixue2", 11, 2, false, function () {
|
||||
|
||||
core.plugin.donghua10();
|
||||
}));
|
||||
} else core.stopAnimate(core.getFlag("linshi10", 0), false);
|
||||
|
||||
}
|
||||
},
|
||||
"楼层切换": function () {
|
||||
// 在此增加新插件
|
||||
|
Loading…
Reference in New Issue
Block a user