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)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 17:36:08 +0000 (10:36 -0700)
src/realm-death.c

index 41feb15..78d3e9e 100644 (file)
@@ -615,7 +615,7 @@ concptr do_death_spell(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;