返回提交历史
Modified
static/webui/script.js
+2
-0
XFEstudio/XFESpaceNinjaServer
improve(webui): Zaw display label (#304)
Co-authored-by: Belenus <160588255+Be1enus@users.noreply.github.com>
31da3288
代码差异
1 个文件
+2
-0
@@ -95,6 +95,8 @@ window.itemListPromise = new Promise(resolve => {
95
95
"/Lotus/Weapons/Tenno/Pistol/LotusPistol": { name: "Pistol" },
96
96
"/Lotus/Weapons/Tenno/Rifle/LotusRifle": { name: "Rifle" },
97
97
"/Lotus/Weapons/Tenno/Shotgun/LotusShotgun": { name: "Shotgun" },
98
// Modular weapons
99
"/Lotus/Weapons/Ostron/Melee/LotusModularWeapon": {name: "Zaw"},
98
100
// Missing in data sources
99
101
"/Lotus/Upgrades/CosmeticEnhancers/Peculiars/CyoteMod": { name: "Traumatic Peculiar" }
100
102
};