rework some prologue logic

This commit is contained in:
gymnast86
2026-05-25 23:41:10 -07:00
parent 83a5ccce92
commit 089a947c30
4 changed files with 6 additions and 13 deletions
@@ -234,6 +234,7 @@ namespace randomizer::logic::fill
{
return item->GetName() == "Slingshot" || item->GetName() == "Progressive Sword" ||
item->GetName() == "Lantern" || item->GetName() == "Progressive Fishing Rod" ||
item->GetName() == "North Faron Woods Gate Key" ||
item->IsShadowCrystal();
});
auto completeItemPool = item_pool::GetCompleteItemPool(worlds);