Skip to content

Commit

Permalink
Merge pull request #277 from JessicaTegner/deckbuilder
Browse files Browse the repository at this point in the history
Deck Editor Status
  • Loading branch information
tspivey committed May 22, 2023
2 parents 9d32b0a + 4e25ad0 commit bc8a7ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ygo/parsers/lobby_parser.py
Expand Up @@ -224,6 +224,8 @@ def who(caller):
s = pl.nickname
if pl.afk is True:
s += " " + caller.connection._("[AFK]")
if pl.connection.parser is DeckEditorParser:
s += " " + caller.connection._("[in Deck Editor]")
if pl.watching and "watch" in showing:
if pl.duel.tag is True:
pl0 = caller.connection._("team %s")%(pl.duel.players[0].nickname+", "+pl.duel.tag_players[0].nickname)
Expand Down

0 comments on commit bc8a7ac

Please sign in to comment.