OSDN Git Service

fix #36917
authorSHIRAKATA Kentaro <argrath@ub32.org>
Thu, 19 Jan 2017 20:01:50 +0000 (05:01 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Thu, 19 Jan 2017 20:01:50 +0000 (05:01 +0900)
src/zap.c

index b3a97b1..6b1451f 100644 (file)
--- a/src/zap.c
+++ b/src/zap.c
@@ -4480,10 +4480,17 @@ register int dx, dy;
             bounce = 0;
             range--;
             if (range && isok(lsx, lsy) && cansee(lsx, lsy)) {
+#if 0 /*JP*/
                     pline("%s %s!", The(fltxt),
                           Is_airlevel(&u.uz)
                           ? "vanishes into the aether"
                           : "bounces");
+#else
+                    pline("%s\82Í%s\81I", The(fltxt),
+                          Is_airlevel(&u.uz)
+                          ? "\83G\81[\83e\83\8b\8bó\8aÔ\82É\8fÁ\82¦\82½"
+                          : "\94½\8eË\82µ\82½");
+#endif
                     if (Is_airlevel(&u.uz)) goto get_out_buzz;
             }
             if (!dx || !dy || !rn2(20)) {