Skip to content

Commit

Permalink
Added help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
thyhellcat committed Jun 18, 2020
1 parent 43a928c commit e0f7264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ygo/parsers/room_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def list(caller):
if room.open:
pl.notify(pl._("teams - show teams and associated players"))
if room.duel_count == 0 and not room.started:
pl.notify(pl._("deck - select a deck to duel with"))
pl.notify(pl._("deck - select a deck to duel with (use deck -n to only list your own decks)"))
pl.notify(pl._("move - move yourself into a team of your choice"))
if room.duel_count > 0 and pl not in room.teams[0] and not room.started:
pl.notify(pl._("exchange [<maindeck> <sidedeck>] - exchange cards between main deck and side deck"))
Expand Down

0 comments on commit e0f7264

Please sign in to comment.