mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 08:14:31 +00:00
reset possible ice trap models before populating item pool (#6442)
This commit is contained in:
parent
5494a81eb1
commit
972ed22167
|
|
@ -149,6 +149,7 @@ static void PlaceItemsForType(RandomizerCheckType rctype, bool overworldActive =
|
|||
void GenerateItemPool() {
|
||||
// RANDOTODO proper removal of items not in pool or logically relevant instead of dummy checks.
|
||||
auto ctx = Rando::Context::GetInstance();
|
||||
ctx->possibleIceTrapModels.clear();
|
||||
itemPool.clear();
|
||||
junkPool.clear();
|
||||
plentifulPool.clear();
|
||||
|
|
|
|||
Loading…
Reference in a new issue