OSDN Git Service

Reworded "Mana branding" English description for clarity.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 17:21:22 +0000 (10:21 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 08:40:22 +0000 (17:40 +0900)
src/realm-craft.c

index eba6dc3..367bff1 100644 (file)
@@ -261,7 +261,7 @@ concptr do_craft_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
        case 15:
                if (name) return _("魔法剣", "Mana Branding");
                if (desc) return _("一定時間、武器に冷気、炎、電撃、酸、毒のいずれかの属性をつける。武器を持たないと使えない。",
-                       "Makes current weapon some elemental branded. You must wield weapons.");
+                       "Causes current weapon to temporarily do additional damage from cold, fire, lightning, acid or poison. You must be wielding one or more weapons.");
 
                {
                        int base = plev / 2;