OSDN Git Service

Swap English descriptions of JUDGE and TELEKINESIS to match activations and the Japan...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 04:05:14 +0000 (20:05 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:55 +0000 (11:48 -0800)
src/cmd-activate.c

index 677ccfe..2b7f216 100644 (file)
@@ -245,9 +245,9 @@ const activation_type activation_info[] =
        { "RECALL", ACT_RECALL, 30, 7500, {200, 0},
          _("帰還の詔", "word of recall") },
        { "JUDGE", ACT_JUDGE, 90, 50000, {20, 20},
-         _("体力と引き替えに千里眼と帰還", "a telekinesis (500 lb)") },
+         _("体力と引き替えに千里眼と帰還", "clairvoyance and recall, draining you") },
        { "TELEKINESIS", ACT_TELEKINESIS, 20, 5500, {25, 25},
-         _("物体を引き寄せる(重量25kgまで)", "clairvoyance and recall, draining you") },
+         _("物体を引き寄せる(重量25kgまで)", "a telekinesis (50 lb)") },
        { "DETECT_UNIQUE", ACT_DETECT_UNIQUE, 40, 10000, {200, 0},
          _("この階にいるユニークモンスターを表示", "list of the uniques on the level") },
        { "ESCAPE", ACT_ESCAPE, 10, 3000, {35, 0},