The Witness: Add "Town Desert Laser Redirect Control (Panel)" as an item (#2669)

This commit is contained in:
NewSoupVi
2024-01-16 13:13:44 +01:00
committed by GitHub
parent d390d2eff8
commit 7affb885ba
10 changed files with 36 additions and 22 deletions

View File

@@ -103,7 +103,8 @@ class WitnessPlayerLogic:
if option_entity in self.EVENT_NAMES_BY_HEX:
new_items = frozenset({frozenset([option_entity])})
elif option_entity in {"7 Lasers", "11 Lasers", "PP2 Weirdness", "Theater to Tunnels"}:
elif option_entity in {"7 Lasers", "11 Lasers", "7 Lasers + Redirect", "11 Lasers + Redirect",
"PP2 Weirdness", "Theater to Tunnels"}:
new_items = frozenset({frozenset([option_entity])})
else:
new_items = self.reduce_req_within_region(option_entity)