TUNIC: Remove rule for west Quarry bomb wall (#3481)
* Update west quarry bomb wall rule * Update west quarry bomb wall rule
This commit is contained in:
		| @@ -1462,8 +1462,6 @@ def set_er_location_rules(world: "TunicWorld", ability_unlocks: Dict[str, int]) | ||||
|     # Quarry | ||||
|     set_rule(multiworld.get_location("Quarry - [Central] Above Ladder Dash Chest", player), | ||||
|              lambda state: state.has(laurels, player)) | ||||
|     set_rule(multiworld.get_location("Quarry - [West] Upper Area Bombable Wall", player), | ||||
|              lambda state: has_mask(state, player, options)) | ||||
|  | ||||
|     # Ziggurat | ||||
|     set_rule(multiworld.get_location("Rooted Ziggurat Upper - Near Bridge Switch", player), | ||||
|   | ||||
| @@ -304,8 +304,6 @@ def set_location_rules(world: "TunicWorld", ability_unlocks: Dict[str, int]) -> | ||||
|     # Quarry | ||||
|     set_rule(multiworld.get_location("Quarry - [Central] Above Ladder Dash Chest", player), | ||||
|              lambda state: state.has(laurels, player)) | ||||
|     set_rule(multiworld.get_location("Quarry - [West] Upper Area Bombable Wall", player), | ||||
|              lambda state: has_mask(state, player, options)) | ||||
|     # nmg - kill boss scav with orb + firecracker, or similar | ||||
|     set_rule(multiworld.get_location("Rooted Ziggurat Lower - Hexagon Blue", player), | ||||
|              lambda state: has_sword(state, player) or (state.has(grapple, player) and options.logic_rules)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Scipio Wright
					Scipio Wright