feat: tutorial and natural new player experience #983

Merged
OrdisPrime merged 7 commits from startinggear into main 2025-02-22 11:10:52 -08:00
Showing only changes of commit a12b8b5e8b - Show all commits

View File

@ -126,6 +126,7 @@ export const completeQuest = async (inventory: TInventoryDatabaseDocument, quest
}); });
} }
} }
inventory.ActiveQuest = "";
//TODO: handle quest completions //TODO: handle quest completions
}; };