OSDN Git Service

Changed English message for constitution loss due to disease to hopefully be more...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 22:50:24 +0000 (14:50 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:53 +0000 (22:36 +0900)
src/combat/melee1.c

index 6a122f3..8866e19 100644 (file)
@@ -3461,7 +3461,7 @@ bool make_attack_normal(player_type *target_ptr, MONSTER_IDX m_idx)
                                                bool perm = one_in_(10);
                                                if (dec_stat(target_ptr, A_CON, randint1(10), perm))
                                                {
-                                                       msg_print(_("病があなたを蝕んでいる気がする。", "You feel strange sickness."));
+                                                       msg_print(_("病があなたを蝕んでいる気がする。", "You feel sickly."));
                                                        obvious = TRUE;
                                                }
                                        }