step括号去除(现在虽然不会导致卡死了)

This commit is contained in:
lieren2023 2024-05-05 16:12:54 +08:00 committed by GitHub
parent a0e8557dcd
commit 96ee8b018c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ game.import("play", function () {
"fire",
"soil"
);
("step 1");
"step 1";
var card = cards[0];
if (!card.node.wuxing) {
card.node.wuxing = ui.create.div(".wunature", card);