毁梦更新

This commit is contained in:
lenheart 2025-12-28 23:42:55 +08:00
parent c89ce27768
commit f58fc1e30e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class DreamDestroyerCustomizedCombatPowerSystemC {
local InvenObj = SUser.GetInven();
local Weapon = InvenObj.GetSlot(Inven.INVENTORY_TYPE_BODY, 10);
local Upgrade = Weapon.GetUpgrade();
if (Upgrade >= 15) {
if (Upgrade >= 15 && Upgrade <= 31) {
WorldNoti(SUser, -1);
}
}