Update tools

This commit is contained in:
oc 2018-07-08 02:14:46 +08:00
parent bd2340168c
commit 66edbd4983
4 changed files with 1 additions and 0 deletions

View File

@ -737,6 +737,7 @@ events.prototype.doAction = function() {
}
else {
var action = core.status.replay.toReplay.shift(), index;
if (action == 'turn') action = core.status.replay.toReplay.shift();
if (action.indexOf("choices:")==0 && ((index=parseInt(action.substring(8)))>=0) && index<data.choices.length) {
core.status.event.selection=index;
setTimeout(function () {

Binary file not shown.

Binary file not shown.

Binary file not shown.