OSDN Git Service

Changed English message for time-caused experience loss to hopefully be more idiomati...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 04:53:14 +0000 (21:53 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 04:53:14 +0000 (21:53 -0700)
src/melee1.c
src/spells1.c

index 5548bc9..59552c0 100644 (file)
@@ -3023,7 +3023,7 @@ bool make_attack_normal(MONSTER_IDX m_idx)
                                                        case 1: case 2: case 3: case 4: case 5:
                                                        {
                                                                if (p_ptr->prace == RACE_ANDROID) break;
-                                                               msg_print(_("人生が逆戻りした気がする。", "You feel life has clocked back."));
+                                                               msg_print(_("人生が逆戻りした気がする。", "You feel like a chunk of the past has been ripped away."));
                                                                lose_exp(100 + (p_ptr->exp / 100) * MON_DRAIN_LIFE);
                                                                break;
                                                        }
index 2f13905..765663e 100644 (file)
@@ -4434,7 +4434,7 @@ static bool project_p(MONSTER_IDX who, concptr who_name, int r, POSITION y, POSI
                                        case 1: case 2: case 3: case 4: case 5:
                                        {
                                                if (p_ptr->prace == RACE_ANDROID) break;
-                                               msg_print(_("人生が逆戻りした気がする。", "You feel life has clocked back."));
+                                               msg_print(_("人生が逆戻りした気がする。", "You feel like a chunk of the past has been ripped away."));
                                                lose_exp(100 + (p_ptr->exp / 100) * MON_DRAIN_LIFE);
                                                break;
                                        }