Risk of Rain 2: fix lunar item removal affects all following worlds' presets

This commit is contained in:
Fabian Dill 2021-09-10 04:11:01 +02:00
parent 411d4434a3
commit f508f93d69
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class RiskOfRainWorld(World):
"Equipment": self.world.random.randint(0, 50)
}
else:
junk_pool = item_pool_weights[pool_option]
junk_pool = item_pool_weights[pool_option].copy()
else:# generate junk pool from user created presets
junk_pool = {
"Item Scrap, Green": self.world.green_scrap[self.player].value,