diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-22 15:40:15 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-22 15:40:15 +0000 |
commit | 610c5967f253d3111446f7f953c8ec8e4f111f43 (patch) | |
tree | af564d9cbe102dd967d78924d5021bf757ad7b68 /japanese/nethack32/files/patch-ag | |
parent | Add x11-wm/fvwm95-i18n. (diff) |
Add README how to play on X written in japanese.Fix patches
Diffstat (limited to 'japanese/nethack32/files/patch-ag')
-rw-r--r-- | japanese/nethack32/files/patch-ag | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/japanese/nethack32/files/patch-ag b/japanese/nethack32/files/patch-ag index 1f357cbc5bf6..89eb18e12d3f 100644 --- a/japanese/nethack32/files/patch-ag +++ b/japanese/nethack32/files/patch-ag @@ -1,14 +1,21 @@ -diff -ruN ./win/X11/JNetHack.ad ../nethack-3.2.2/win/X11/JNetHack.ad ---- ./win/X11/JNetHack.ad Sat Nov 21 01:38:14 1998 -+++ ../nethack-3.2.2/win/X11/JNetHack.ad Sat Nov 21 01:40:00 1998 -@@ -154,7 +154,7 @@ - ! - ! - ! --JNetHack*fontSet: -*-fixed-medium-r-normal--14-*-iso8859-1,\ -- -*-fixed-medium-r-normal--14-*-iso8859-1,\ -- -*-fixed-medium-r-*--14-*-jisx0208.1983-* -+JNetHack*fontSet: -*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1,\ -+ -*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1,\ -+ -*-fixed-medium-r-*--14-*-*-*-*-*-jisx0208.1983-* - JNetHack*international: True +diff -ruN ./src/polyself.c ../nethack-3.2.2/src/polyself.c +--- ./src/polyself.c Sun Nov 22 01:10:08 1998 ++++ ../nethack-3.2.2/src/polyself.c Sun Nov 22 01:12:25 1998 +@@ -171,7 +171,7 @@ + if (u.uhp <= 0) u.uhp = 1; + if (u.uhpmax <= 0) u.uhpmax = 1; + } else { +-/*JP Your("new form doesn't seem healthy enough to survive."); ++/*JP Your("new form doesn't seem healthy enough to survive.");*/ + Your("新しい姿は生きてくだけの力がないようだ."); + killer_format = KILLED_BY_AN; + /*JP killer="unsuccessful polymorph";*/ +@@ -181,7 +181,7 @@ + } + /*JP polyman("feel like a new %s!", + Role_is('E') ? "elf" : flags.female ? "woman" : "man");*/ +- if(saved_sex == flags.female) ++ if(u.umonnum != PM_PLAYERMON || saved_sex == flags.female) + polyman("別の%sとして生まれかわったような気がした!", + pl_character[0] == 'E' ? "エルフ" : "人間"); + else |