OSDN Git Service

For the English messages related to damage from the dust robe, changed the tense...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 24 Mar 2020 16:03:17 +0000 (09:03 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 24 Mar 2020 16:03:17 +0000 (09:03 -0700)
src/melee1.c

index 5c93efe..0b1f13c 100644 (file)
@@ -3365,8 +3365,8 @@ bool make_attack_normal(MONSTER_IDX m_idx)
                                                /* Modify the damage */
                                                dam = mon_damage_mod(m_ptr, dam, FALSE);
 
-                                               msg_format(_("%^sは鏡の破片をくらった!", "%^s gets zapped!"), m_name);
-                                               if (mon_take_hit(m_idx, dam, &fear, _("はズタズタになった。", " had torn to pieces.")))
+                                               msg_format(_("%^sは鏡の破片をくらった!", "%^s gets sliced!"), m_name);
+                                               if (mon_take_hit(m_idx, dam, &fear, _("はズタズタになった。", " is torn to pieces.")))
                                                {
                                                        blinked = FALSE;
                                                        alive = FALSE;