feat(webui): edit suit invigorations #2478

Merged
Sainan merged 12 commits from nyaoouo/SpaceNinjaServer:ImplEditSuitInvigorationUpgradeController into main 2025-07-14 20:33:38 -07:00
Showing only changes of commit 0921fef757 - Show all commits

View File

@ -1232,7 +1232,6 @@ function updateInventory() {
});
const { OffensiveUpgrade, DefensiveUpgrade, UpgradesExpiry } =
suitInvigorationUpgradeData(item);
document.getElementById("dv-invigoration-oid").value = oid;
document.getElementById("dv-invigoration-offensive").value = OffensiveUpgrade;
nyaoouo marked this conversation as resolved Outdated

Unused?

Unused?
document.getElementById("dv-invigoration-defensive").value = DefensiveUpgrade;
document.getElementById("dv-invigoration-expiry").value = UpgradesExpiry;