OSDN Git Service

サ狡ホ、ホイハ、ノ、ホノツオ、ケカキ筅ヌツムオラホマ、ャイシ、テ、ソ、ネ、ュ、ヒ・皈テ・サ。シ・ク、ミ、ケ。」
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 28 May 2002 16:46:26 +0000 (16:46 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 28 May 2002 16:46:26 +0000 (16:46 +0000)
src/melee1.c

index 63d68f7..ed21cbe 100644 (file)
@@ -1744,7 +1744,16 @@ bool make_attack_normal(int m_idx)
                                        {
                                                /* 1% chance for perm. damage */
                                                bool perm = one_in_(10);
-                                               if (dec_stat(A_CON, randint1(10), perm)) obvious = TRUE;
+                                               if (dec_stat(A_CON, randint1(10), perm))
+                                               {
+#ifdef JP
+                                                       msg_print("ɤ¬¤¢¤Ê¤¿¤ò¿ª¤ó¤Ç¤¤¤ëµ¤¤¬¤¹¤ë¡£");
+#else
+                                                       msg_print("You feel strange sickness.");
+#endif
+
+                                                       obvious = TRUE;
+                                               }
                                        }
 
                                        break;