Update boss.js

This commit is contained in:
lieren2023 2024-06-03 21:26:06 +08:00 committed by GitHub
parent a78d546eee
commit c46761c285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7158,7 +7158,7 @@ game.import("mode", function (lib, game, ui, get, ai, _status) {
content: function (storage, player) {
var str = "扣减" + (7 - player.storage.xiangxing_count) + "点体力后失去下一枚星;";
str +=
"防禳星伤害条件:" +
"防禳星伤害条件:" +
lib.translate["xiangxing" + player.storage.xiangxing + "_info"];
return str;
},