返回提交历史
Modified
src/controllers/api/inventoryController.ts
+1
-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
代码差异
1 个文件
+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