Skip to content

Commit

Permalink
Forgot one conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
thexhr committed Jan 10, 2025
1 parent 62477f2 commit a6b22d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sundered_isles.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ cmd_explore_a_waypoint(char *cmd)
printf("Choose one:\n");
printf(" - Find an opportunity, envision it and take 2 momentum\n");
printf(" - Mark progress on your expedition\n");
} else if (ret == 4 || ret == 14) { /* weak hit */
} else if (ret == WEAK || ret == WEAK_MATCH) { /* weak hit */
change_char_value("momentum", INCREASE, 1);
printf("You uncover something interesting, but it is bound up in a peril\n");
} else if (ret == MISS) { /* miss */
Expand Down

0 comments on commit a6b22d5

Please sign in to comment.