晋司马懿 minor fix

This commit is contained in:
Spmario233 2024-05-05 18:06:01 +08:00
parent 918b20a4e6
commit 7374623a05
1 changed files with 1 additions and 1 deletions

View File

@ -2900,7 +2900,7 @@ const skills = {
},
content: function () {
var stat = player.getStat("skill");
if (this.trigger.name === "phaseUse") {
if (trigger.name === "phaseUse") {
delete stat.xinquanbian;
} else {
if (!stat.xinquanbian) stat.xinquanbian = 0;