Skip to content

Commit

Permalink
'p' needs to be displayed after print since its an alias
Browse files Browse the repository at this point in the history
  • Loading branch information
thexhr committed Dec 27, 2022
1 parent ba32894 commit 0b819f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readline.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ static struct command commands[] = {
{ "learnfromyourfailures", cmd_learn_from_your_failures, "Roll a 'learn from your failures' move", 0 },
{ "markabond", cmd_mark_a_bond, "Mark a bond", 0 },
{ "markprogress", cmd_mark_progress, "Mark progress in your current endeavour", 0 },
{ "p", cmd_print_current_character, "Print current character sheet", 1 },
{ "print", cmd_print_current_character, "Print current character sheet", 0 },
{ "p", cmd_print_current_character, "Print current character sheet", 1 },
{ "toggle", cmd_toggle, "Toggle character's stats", 0 },
{ "--- GAME MOVES ---", NULL, "", 0 },
{ "battle", cmd_battle, "Roll a 'battle' move", 0 },
Expand Down

0 comments on commit 0b819f6

Please sign in to comment.