Risk of Rain 2: fix lunar item removal affects all following worlds' presets
This commit is contained in:
parent
411d4434a3
commit
f508f93d69
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue