Init work on decoupling doors

This commit is contained in:
aerinon
2022-05-24 11:29:41 -06:00
parent ac651253fe
commit 14571508ae
13 changed files with 916 additions and 33 deletions

View File

@@ -77,6 +77,7 @@ def roll_settings(weights):
door_shuffle = get_choice('door_shuffle')
ret.door_shuffle = door_shuffle if door_shuffle != 'none' else 'vanilla'
ret.intensity = get_choice('intensity')
ret.decoupledoors = get_choice('decoupledoors') == 'on'
ret.experimental = get_choice('experimental') == 'on'
ret.collection_rate = get_choice('collection_rate') == 'on'