feat: skipAllDialogue #453

Merged
Sainan merged 2 commits from skipAllDialogue into main 2024-07-03 03:31:35 -07:00
2 changed files with 140 additions and 140 deletions
Showing only changes of commit 311625914b - Show all commits

View File

@ -47,8 +47,8 @@ const inventoryController: RequestHandler = async (request, response) => {
if (config.skipAllDialogue) {
inventoryResponse.TauntHistory = [
{
"node": "TreasureTutorial",
"state": "TS_COMPLETED"
node: "TreasureTutorial",
state: "TS_COMPLETED"
}
];
for (const str of allDialogue) {