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

chore: update skipAllPopups for U15 tutorial popup (#3506)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3506 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com> Co-committed-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com>

d0844e27
Animan8000 <187183497+Veniman8000@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified src/controllers/api/inventoryController.ts +1 -0
@@ -397,6 +397,7 @@ export const getInventoryResponse = async (
397 397 };
398 398 inventoryResponse.Settings.TradingRulesConfirmed = true;
399 399 inventoryResponse.PlayedParkourTutorial = true; // Skips PoE update popup in U22
400 inventoryResponse.MadeStoryModeDecision = true; // Skips tutorial popup in U15
400 401 inventoryResponse.HasResetAccount = true; // In ~U10, you are asked to confirm dojo contributions 3 times because "you will forfeit your one-time reset"
401 402 }
402 403