毁梦更新
This commit is contained in:
parent
c89ce27768
commit
f58fc1e30e
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue