XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

improve(webui): Zaw display label (#304)

Co-authored-by: Belenus <160588255+Be1enus@users.noreply.github.com>

31da3288
Mebius <160588255+Mebiius@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -0
Modified static/webui/script.js +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 };