Kentaro Shirakata
argra****@users*****
2005年 6月 10日 (金) 16:34:11 JST
Index: jnethack/src/trap.c diff -u jnethack/src/trap.c:1.44 jnethack/src/trap.c:1.45 --- jnethack/src/trap.c:1.44 Fri Jun 10 15:55:15 2005 +++ jnethack/src/trap.c Fri Jun 10 16:34:11 2005 @@ -3149,7 +3149,7 @@ /*JP losehp(rnd(2), "dangerous winds", KILLED_BY); */ - losehp(rnd(2), "危険な風", KILLED_BY); + losehp(rnd(2), "危険な風で", KILLED_BY); #ifdef STEED if (u.usteed) dismount_steed(DISMOUNT_FELL); #endif