Core: recontextualize CollectionState.collect (#3723)
* Core: renamed `CollectionState.collect` arg from `event` to `prevent_sweep` and remove forced collection * Update TestDungeon.py --------- Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ from ..options import BundleRandomization
|
||||
|
||||
def collect_all(mw):
|
||||
for item in mw.get_items():
|
||||
mw.state.collect(item, event=True)
|
||||
mw.state.collect(item, prevent_sweep=True)
|
||||
|
||||
|
||||
class LogicTestBase(RuleAssertMixin, TestCase):
|
||||
|
||||
Reference in New Issue
Block a user