Skip to content

Commit

Permalink
Witness: APworld compatibility, but for real this time (ArchipelagoMW…
Browse files Browse the repository at this point in the history
…#1896)

* removed relative imports from outside the witness package

* Remove Witness from the apworld shame list
  • Loading branch information
NewSoupVi authored Jun 25, 2023
1 parent 0934e5c commit dc46e96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"Starcraft 2 Wings of Liberty",
"Sudoku",
"Super Mario 64",
"The Witness",
"VVVVVV",
"Wargroove",
"Zillion",
Expand Down
2 changes: 1 addition & 1 deletion worlds/witness/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from BaseClasses import Region, Location, MultiWorld, Item, Entrance, Tutorial, ItemClassification
from .hints import get_always_hint_locations, get_always_hint_items, get_priority_hint_locations, \
get_priority_hint_items, make_hints, generate_joke_hints
from ..AutoWorld import World, WebWorld
from worlds.AutoWorld import World, WebWorld
from .player_logic import WitnessPlayerLogic
from .static_logic import StaticWitnessLogic
from .locations import WitnessPlayerLocations, StaticWitnessLocations
Expand Down
4 changes: 2 additions & 2 deletions worlds/witness/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from .Options import is_option_enabled, get_option_value
from .locations import WitnessPlayerLocations
from . import StaticWitnessLogic
from ..AutoWorld import LogicMixin
from ..generic.Rules import set_rule
from worlds.AutoWorld import LogicMixin
from worlds.generic.Rules import set_rule


class WitnessLogic(LogicMixin):
Expand Down

0 comments on commit dc46e96

Please sign in to comment.