The Witness: Rules Optimisation (#3617)
* Attempt at optimizing rules * docstrings * Python 3.8 * Lasers optimisation * Simplify conversion code and make it even faster * mypy * ruff * Neat * Add redirect to the other two modes * Update WitnessLogic.txt * Update WitnessLogicExpert.txt * Update WitnessLogicVanilla.txt * Use NamedTuple * Ruff * mypy thing * Mypy stuff * Move Redirect Event to Desert Region so it has a better name
This commit is contained in:
@@ -42,7 +42,7 @@ class WitnessPlayerItems:
|
||||
player_locations: WitnessPlayerLocations) -> None:
|
||||
"""Adds event items after logic changes due to options"""
|
||||
|
||||
self._world: "WitnessWorld" = world
|
||||
self._world: WitnessWorld = world
|
||||
self._multiworld: MultiWorld = world.multiworld
|
||||
self._player_id: int = world.player
|
||||
self._logic: WitnessPlayerLogic = player_logic
|
||||
|
||||
Reference in New Issue
Block a user