Skip to content

Commit

Permalink
partially patched pray.c
Browse files Browse the repository at this point in the history
  • Loading branch information
argrath committed Feb 10, 2025
1 parent 0d6e470 commit cd15bba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pray.c
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,10 @@ halu_gname(aligntyp alignment)
const char *
align_gtitle(aligntyp alignment)
{
/*JP
const char *gnam, *result = "god";
*/
const char *gnam, *result = "主神";

switch (alignment) {
case A_LAWFUL:
Expand All @@ -2638,7 +2641,10 @@ align_gtitle(aligntyp alignment)
break;
}
if (gnam && *gnam == '_')
/*JP
result = "goddess";
*/
result = "女神";
return result;
}

Expand Down

0 comments on commit cd15bba

Please sign in to comment.