OSDN Git Service

For the English messages about the hex realm healing spells, "better and better"...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:39:00 +0000 (12:39 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:39:00 +0000 (12:39 -0700)
src/realm-hex.c

index 6bdeb30..e5c0956 100644 (file)
@@ -367,7 +367,7 @@ concptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode)
                if (info) return info_heal(1, 10, 0);
                if (cast)
                {
-                       msg_print(_("気分が良くなってくる。", "You feel better and better."));
+                       msg_print(_("気分が良くなってくる。", "You feel a little better."));
                }
                if (cast || cont) (void)cure_light_wounds(1, 10);
                break;
@@ -563,7 +563,7 @@ concptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode)
                if (info) return info_heal(2, 10, 0);
                if (cast)
                {
-                       msg_print(_("気分が良くなってくる。", "You feel better and better."));
+                       msg_print(_("気分が良くなってくる。", "You feel better."));
                }
                if (cast || cont) (void)cure_serious_wounds(2, 10);
                break;
@@ -671,7 +671,7 @@ concptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode)
                if (info) return info_heal(4, 10, 0);
                if (cast)
                {
-                       msg_print(_("気分が良くなってくる。", "You feel better and better."));
+                       msg_print(_("気分が良くなってくる。", "You feel much better."));
                }
                if (cast || cont) (void)cure_critical_wounds(damroll(4, 10));
                break;