测试毁梦

This commit is contained in:
lenheart
2025-12-28 23:29:22 +08:00
parent a96dfd3739
commit c89ce27768
2 changed files with 18 additions and 12 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 && Upgrade <= 31) {
if (Upgrade >= 15) {
WorldNoti(SUser, -1);
}
}