diff --git a/static/webui/index.html b/static/webui/index.html index 319f4f619..5d0379804 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -351,7 +351,10 @@ - + + + + diff --git a/static/webui/script.js b/static/webui/script.js index a6b873126..68dd9db1f 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -150,6 +150,7 @@ function fetchItemList() { "/Lotus/Weapons/SolarisUnited/Secondary/LotusModularSecondaryShotgun": { name: "Kitgun" }, "/Lotus/Weapons/Ostron/Melee/LotusModularWeapon": { name: "Zaw" }, // Missing in data sources + "/Lotus/Upgrades/Mods/Fusers/LegendaryModFuser": { name: "Legendary Core" }, "/Lotus/Upgrades/CosmeticEnhancers/Peculiars/CyoteMod": { name: "Traumatic Peculiar" } }; for (const [type, items] of Object.entries(data)) {