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

SpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/SpaceNinjaServer

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>

a3be3764
AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
提交于

代码差异

2 个文件 +4 -2
Modified static/fixed_responses/allIncarnonList.json +2 -1
@@ -45,5 +45,6 @@
45 45 "/Lotus/Weapons/Tenno/Zariman/Melee/Tonfas/ZarimanTonfaWeapon",
46 46 "/Lotus/Weapons/Tenno/Zariman/Pistols/HeavyPistol/ZarimanHeavyPistol",
47 47 "/Lotus/Weapons/Thanotech/EntFistIncarnon/EntFistIncarnon",
48 "/Lotus/Weapons/Thanotech/EntratiWristGun/EntratiWristGunWeapon"
48 "/Lotus/Weapons/Thanotech/EntratiWristGun/EntratiWristGunWeapon",
49 "/Lotus/Weapons/Tenno/Zariman/Melee/HeavyScythe/ZarimanHeavyScythe/ZarimanHeavyScytheWeapon"
49 50 ]
Modified static/webui/script.js +2 -1
@@ -248,7 +248,8 @@ const permanentEvolutionWeapons = new Set([
248 248 "/Lotus/Weapons/Tenno/Zariman/Melee/Tonfas/ZarimanTonfaWeapon",
249 249 "/Lotus/Weapons/Tenno/Zariman/Pistols/HeavyPistol/ZarimanHeavyPistol",
250 250 "/Lotus/Weapons/Thanotech/EntFistIncarnon/EntFistIncarnon",
251 "/Lotus/Weapons/Thanotech/EntratiWristGun/EntratiWristGunWeapon"
251 "/Lotus/Weapons/Thanotech/EntratiWristGun/EntratiWristGunWeapon",
252 "/Lotus/Weapons/Tenno/Zariman/Melee/HeavyScythe/ZarimanHeavyScythe/ZarimanHeavyScytheWeapon"
252 253 ]);
253 254
254 255 let uniqueLevelCaps = {};