Only apply bunny pocket rule if glitched logic
This commit is contained in:
1
Rules.py
1
Rules.py
@@ -1841,6 +1841,7 @@ def set_bunny_rules(world, player, inverted):
|
||||
continue
|
||||
add_rule(location, get_rule_to_add(region, location))
|
||||
|
||||
if world.logic[player] in ['owglitches', 'hybridglitches']:
|
||||
for ent_name in bunny_pocket_entrances:
|
||||
bunny_exit = world.get_entrance(ent_name, player)
|
||||
if bunny_exit.connected_region and is_bunny(bunny_exit.parent_region) and not can_bunny_pocket_to(world, ent_name, player):
|
||||
|
||||
Reference in New Issue
Block a user