TUNIC: Logic for Beneath the Vault Bridge Switch #4432
This commit is contained in:
		| @@ -1675,7 +1675,7 @@ def set_er_location_rules(world: "TunicWorld") -> None: | ||||
|  | ||||
|     # Beneath the Vault | ||||
|     set_rule(world.get_location("Beneath the Fortress - Bridge"), | ||||
|              lambda state: has_melee(state, player) or state.has_any({laurels, fire_wand}, player)) | ||||
|              lambda state: has_melee(state, player) or state.has_any((laurels, fire_wand, ice_dagger, gun), player)) | ||||
|  | ||||
|     # Quarry | ||||
|     set_rule(world.get_location("Quarry - [Central] Above Ladder Dash Chest"), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Scipio Wright
					Scipio Wright