diff --git a/static/fixed_responses/allIncarnonList.json b/static/fixed_responses/allIncarnonList.json index 3d85db63..a27798e1 100644 --- a/static/fixed_responses/allIncarnonList.json +++ b/static/fixed_responses/allIncarnonList.json @@ -45,5 +45,6 @@ "/Lotus/Weapons/Tenno/Zariman/Melee/Tonfas/ZarimanTonfaWeapon", "/Lotus/Weapons/Tenno/Zariman/Pistols/HeavyPistol/ZarimanHeavyPistol", "/Lotus/Weapons/Thanotech/EntFistIncarnon/EntFistIncarnon", - "/Lotus/Weapons/Thanotech/EntratiWristGun/EntratiWristGunWeapon" + "/Lotus/Weapons/Thanotech/EntratiWristGun/EntratiWristGunWeapon", + "/Lotus/Weapons/Tenno/Zariman/Melee/HeavyScythe/ZarimanHeavyScythe/ZarimanHeavyScytheWeapon" ] diff --git a/static/webui/script.js b/static/webui/script.js index 209d727e..91cc54a1 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -248,7 +248,8 @@ const permanentEvolutionWeapons = new Set([ "/Lotus/Weapons/Tenno/Zariman/Melee/Tonfas/ZarimanTonfaWeapon", "/Lotus/Weapons/Tenno/Zariman/Pistols/HeavyPistol/ZarimanHeavyPistol", "/Lotus/Weapons/Thanotech/EntFistIncarnon/EntFistIncarnon", - "/Lotus/Weapons/Thanotech/EntratiWristGun/EntratiWristGunWeapon" + "/Lotus/Weapons/Thanotech/EntratiWristGun/EntratiWristGunWeapon", + "/Lotus/Weapons/Tenno/Zariman/Melee/HeavyScythe/ZarimanHeavyScythe/ZarimanHeavyScytheWeapon" ]); let uniqueLevelCaps = {};