Add extra TODO

[no changelog]
This commit is contained in:
Linnea Gräf
2024-07-24 02:34:32 +02:00
parent c7143936d7
commit 0ea10aac31

View File

@@ -38,6 +38,7 @@ class EssenceRecipeProvider : IReloadable {
override fun reload(repository: NEURepository) { override fun reload(repository: NEURepository) {
val recipes = mutableListOf<EssenceUpgradeRecipe>() val recipes = mutableListOf<EssenceUpgradeRecipe>()
for ((neuId, costs) in repository.constants.essenceCost.costs) { for ((neuId, costs) in repository.constants.essenceCost.costs) {
// TODO: add dungeonization costs. this is in repo, but not in the repo parser.
for ((starCountAfter, essenceCost) in costs.essenceCosts.entries) { for ((starCountAfter, essenceCost) in costs.essenceCosts.entries) {
val items = costs.itemCosts[starCountAfter] ?: emptyList() val items = costs.itemCosts[starCountAfter] ?: emptyList()
recipes.add( recipes.add(