From a3be376489e0d2182c180f281a08c80da41fc504 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:02:40 -0700 Subject: [PATCH] chore(webui): add Thalys to Incarnon List (#2299) Closes #2298 Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2299 Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> --- static/fixed_responses/allIncarnonList.json | 3 ++- static/webui/script.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 = {};