OSDN Git Service

To avoid the impression that there are three regeneration states (fast, normal, slow...
authorEric Branlund <ebranlund@fastmail.com>
Fri, 12 Feb 2021 07:26:00 +0000 (23:26 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 12 Feb 2021 07:26:00 +0000 (23:26 -0800)
src/status/body-improvement.c

index 0e80b17..890cb57 100644 (file)
@@ -136,7 +136,7 @@ bool set_tim_regen(player_type *creature_ptr, TIME_EFFECT v, bool do_dec)
         }
     } else {
         if (creature_ptr->tim_regen) {
-            msg_print(_("素早く回復する感じがなくなった。", "You feel yourself regenerating slowly."));
+            msg_print(_("素早く回復する感じがなくなった。", "You feel you are no longer regenerating quickly."));
             notice = TRUE;
         }
     }