Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Nov 5, 2023
1 parent 4afe4a2 commit ef36f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/witness/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _has_laser(laser_hex: str, world: "WitnessWorld", player: int) -> Callable[[
and state.has("Desert Laser Redirection", player)
)
else:
return lambda state: _can_solve_panel(laser_hex, world, world.player, world.player_logic, world.locat)(state)
return _can_solve_panel(laser_hex, world, world.player, world.player_logic, world.locat)


def _has_lasers(amount: int, world: "WitnessWorld") -> Callable[[CollectionState], bool]:
Expand Down

0 comments on commit ef36f09

Please sign in to comment.