OSDN Git Service

Changed English name for hex spell to be "Pain to mana" since using the plural didn...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 20:01:27 +0000 (13:01 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 20:01:27 +0000 (13:01 -0700)
src/realm-hex.c

index fae2a54..b9b49e3 100644 (file)
@@ -822,7 +822,7 @@ concptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode)
                break;
 
        case 22:
-               if (name) return _("苦痛を魔力に", "Pains to mana");
+               if (name) return _("苦痛を魔力に", "Pain to mana");
                if (desc) return _("視界内のモンスターに精神ダメージ与え、魔力を吸い取る。", "Deals psychic damages to all monsters in sight and drains some mana.");
                power = plev * 3 / 2;
                if (info) return info_damage(1, power, 0);