OSDN Git Service

fix #36579
[jnethack/source.git] / src / hack.c
index 115e303..b0a8ea5 100644 (file)
@@ -702,7 +702,11 @@ dosinkfall()
 */
         You("\8f°\82É\92@\82«\82Â\82¯\82ç\82ê\82½\81I");
         dmg = rn1(8, 25 - (int) ACURR(A_CON));
+#if 0 /*JP*/
         losehp(Maybe_Half_Phys(dmg), fell_on_sink, NO_KILLER_PREFIX);
+#else
+        losehp(Maybe_Half_Phys(dmg), fell_on_sink, KILLED_BY);
+#endif
         exercise(A_DEX, FALSE);
 /*JP
         selftouch("Falling, you");