去除欢乐成双模式下changeSeat技能的禁用

This commit is contained in:
copcap 2024-04-18 03:49:58 +08:00
parent 7a1f5fbd6c
commit c61d6a8279
No known key found for this signature in database
GPG Key ID: 30E7AB6699451AEE
1 changed files with 8 additions and 8 deletions

View File

@ -1248,14 +1248,14 @@ game.import("mode", function (lib, game, ui, get, ai, _status) {
next.setContent(function () { next.setContent(function () {
"step 0"; "step 0";
ui.arena.classList.add("choose-character"); ui.arena.classList.add("choose-character");
for (var i in lib.skill) { // for (var i in lib.skill) {
if (lib.skill[i].changeSeat) { // if (lib.skill[i].changeSeat) {
lib.skill[i] = {}; // lib.skill[i] = {};
if (lib.translate[i + "_info"]) { // if (lib.translate[i + "_info"]) {
lib.translate[i + "_info"] = "此模式下不可用"; // lib.translate[i + "_info"] = "此模式下不可用";
} // }
} // }
} // }
var bool = Math.random() < 0.5; var bool = Math.random() < 0.5;
var bool2 = Math.random() < 0.5; var bool2 = Math.random() < 0.5;
var ref = game.players[0]; var ref = game.players[0];