OSDN Git Service

Reworded the English description of "Wraithform" for clarity.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 17:36:08 +0000 (10:36 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 08:44:12 +0000 (17:44 +0900)
src/realm-death.c

index f60b719..813b3dc 100644 (file)
@@ -622,7 +622,7 @@ concptr do_death_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
        case 31:
                if (name) return _("幽体化", "Wraithform");
                if (desc) return _("一定時間、壁を通り抜けることができ受けるダメージが軽減される幽体の状態に変身する。",
-                       "Becomes wraith form which gives ability to pass walls and makes all damages half.");
+                       "Causes you to be ghost-like for a while.  That reduces the damage you take and allows you to pass through walls.");
 
                {
                        int base = plev / 2;