OSDN Git Service

Changed English message for constitution loss due to disease to hopefully be more...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 04:57:33 +0000 (21:57 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Wed, 22 Jan 2020 15:39:31 +0000 (00:39 +0900)
src/melee1.c

index 59552c0..167b7ae 100644 (file)
@@ -3006,7 +3006,7 @@ bool make_attack_normal(MONSTER_IDX m_idx)
                                                bool perm = one_in_(10);
                                                if (dec_stat(A_CON, randint1(10), perm))
                                                {
-                                                       msg_print(_("病があなたを蝕んでいる気がする。", "You feel strange sickness."));
+                                                       msg_print(_("病があなたを蝕んでいる気がする。", "You feel sickly."));
                                                        obvious = TRUE;
                                                }
                                        }