OSDN Git Service

fix #36579
[jnethack/source.git] / src / music.c
index 75c1114..a5d9f24 100644 (file)
@@ -472,7 +472,7 @@ int force;
                                    "fell into a chasm", NO_KILLER_PREFIX);
 #else
                             losehp(Maybe_Half_Phys(rnd(6)),
-                                   "\92n\8a\84\82ê\82É\97\8e\82¿\82Ä", NO_KILLER_PREFIX);
+                                   "\92n\8a\84\82ê\82É\97\8e\82¿\82Ä", KILLED_BY);
 #endif
 /*JP
                             selftouch("Falling, you");
@@ -494,7 +494,7 @@ int force;
                                    "hurt in a chasm", NO_KILLER_PREFIX);
 #else
                             losehp(Maybe_Half_Phys(rnd(keepfooting ? 2 : 4)),
-                                   "\92n\8a\84\82ê\82Å\8f\9d\82Â\82¢\82Ä", NO_KILLER_PREFIX);
+                                   "\92n\8a\84\82ê\82Å\8f\9d\82Â\82¢\82Ä", KILLED_BY);
 #endif
                             if (keepfooting)
                                 exercise(A_DEX, TRUE);