OSDN Git Service

In English description, changed last verb to past tense since the player was damaged...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 17 Dec 2019 20:25:42 +0000 (12:25 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:54 +0000 (22:36 +0900)
src/realm-crusade.c

index e55ecd5..7930aad 100644 (file)
@@ -481,7 +481,7 @@ concptr do_crusade_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mod
        case 28:
                if (name) return _("目には目を", "An Eye for an Eye");
                if (desc) return _("一定時間、自分がダメージを受けたときに攻撃を行ったモンスターに対して同等のダメージを与える。",
-                       "Gives special aura for a while. When you are attacked by a monster, the monster is injured with same amount of damage as you take.");
+                       "Gives special aura for a while. When you are attacked by a monster, the monster is injured with same amount of damage as you took.");
 
                {
                        int base = 10;