From 31da32889a9adef5f3ee93846ac48bdcfadcb2ad Mon Sep 17 00:00:00 2001 From: Mebius <160588255+Mebiius@users.noreply.github.com> Date: Sun, 16 Jun 2024 03:23:33 -0700 Subject: [PATCH] improve(webui): Zaw display label (#304) Co-authored-by: Belenus <160588255+Be1enus@users.noreply.github.com> --- static/webui/script.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/webui/script.js b/static/webui/script.js index 37fa5177..288f70c7 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -95,6 +95,8 @@ window.itemListPromise = new Promise(resolve => { "/Lotus/Weapons/Tenno/Pistol/LotusPistol": { name: "Pistol" }, "/Lotus/Weapons/Tenno/Rifle/LotusRifle": { name: "Rifle" }, "/Lotus/Weapons/Tenno/Shotgun/LotusShotgun": { name: "Shotgun" }, + // Modular weapons + "/Lotus/Weapons/Ostron/Melee/LotusModularWeapon": {name: "Zaw"}, // Missing in data sources "/Lotus/Upgrades/CosmeticEnhancers/Peculiars/CyoteMod": { name: "Traumatic Peculiar" } };