OSDN Git Service

To be more idiomatic, reworded English description of "Hypodynamic mist".
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:50:55 +0000 (12:50 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:50:55 +0000 (12:50 -0700)
src/realm-hex.c

index 56f1666..7a5521f 100644 (file)
@@ -583,7 +583,7 @@ concptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode)
        case 11:
                if (name) return _("衰弱の霧", "Hypodynamic mist");
                if (desc) return _("視界内のモンスターに微弱量の衰弱属性のダメージを与える。",
-                       "Deals few damages of hypodynamia to all monsters in your sight.");
+                       "Deals a little life-draining damage to all monsters in your sight.");
                power = (plev / 2) + 5;
                if (info) return info_damage(1, power, 0);
                if (cast || cont)