reset possible ice trap models before populating item pool (#6442)

This commit is contained in:
Pepper0ni
2026-03-29 19:05:56 +01:00
committed by GitHub
parent 5494a81eb1
commit 972ed22167

View File

@@ -149,6 +149,7 @@ static void PlaceItemsForType(RandomizerCheckType rctype, bool overworldActive =
void GenerateItemPool() { void GenerateItemPool() {
// RANDOTODO proper removal of items not in pool or logically relevant instead of dummy checks. // RANDOTODO proper removal of items not in pool or logically relevant instead of dummy checks.
auto ctx = Rando::Context::GetInstance(); auto ctx = Rando::Context::GetInstance();
ctx->possibleIceTrapModels.clear();
itemPool.clear(); itemPool.clear();
junkPool.clear(); junkPool.clear();
plentifulPool.clear(); plentifulPool.clear();