argra****@users*****
argra****@users*****
2008年 2月 2日 (土) 15:13:23 JST
Index: jnethack/src/were.c diff -u jnethack/src/were.c:1.10 jnethack/src/were.c:1.11 --- jnethack/src/were.c:1.10 Wed Dec 10 12:50:16 2003 +++ jnethack/src/were.c Sat Feb 2 15:13:23 2008 @@ -188,7 +188,7 @@ #if 0 /*JP*/ (!Polymorph_control || yn("Remain in beast form?") == 'n')) #else - (!Polymorph_control || yn("元の姿に戻る?") == 'n')) + (!Polymorph_control || yn("獣の姿のままでいる?") == 'n')) #endif rehumanize(); }