OSDN Git Service

fix #37411
authorSHIRAKATA Kentaro <argrath@ub32.org>
Tue, 19 Sep 2017 12:56:35 +0000 (21:56 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Wed, 11 Oct 2017 05:15:35 +0000 (14:15 +0900)
src/trap.c

index c6a0cc8..9cff9ba 100644 (file)
@@ -3837,7 +3837,10 @@ climb_pit()
         fill_pit(u.ux, u.uy);
         vision_full_recalc = 1; /* vision limits change */
     } else if (!rn2(2) && sobj_at(BOULDER, u.ux, u.uy)) {
+/*JP
         Your("%s gets stuck in a crevice.", body_part(LEG));
+*/
+        Your("%s\82Í\8a\84\82ê\96Ú\82É\82Í\82Ü\82Á\82½\81D", body_part(LEG));
         display_nhwindow(WIN_MESSAGE, FALSE);
         clear_nhwindow(WIN_MESSAGE);
 /*JP