Skip to content

Commit

Permalink
fixed lews character
Browse files Browse the repository at this point in the history
  • Loading branch information
KiloOscarSix committed May 15, 2023
1 parent b7f54e0 commit 533b1da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CharacterService_ren.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

if TYPE_CHECKING:
from game.characters.PlayableCharacters_ren import PlayableCharacter, mc
from game.characters.NonPlayableCharacter_ren import lews_official

"""renpy
init python:
Expand All @@ -23,8 +22,6 @@ def get_user(character: object) -> ICharacter:
try:
if isinstance(character, PlayableCharacter):
user = mc
elif character.name.lower() == "lewsofficial":
user = lews_official
else:
user = getattr(store, character.name.lower().replace(" ", "_"))
except AttributeError:
Expand Down

0 comments on commit 533b1da

Please sign in to comment.