OSDN Git Service

For the English self information about demon lords, put "nether" after "breathe"...
authorEric Branlund <ebranlund@fastmail.com>
Sat, 13 Feb 2021 18:26:11 +0000 (10:26 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sat, 13 Feb 2021 18:26:11 +0000 (10:26 -0800)
src/view/display-self-info.c

index e6d655d..f77ba51 100644 (file)
@@ -78,7 +78,7 @@ void display_mimic_race_ability(player_type *creature_ptr, self_info_type *self_
     switch (creature_ptr->mimic_form) {
     case MIMIC_DEMON:
     case MIMIC_DEMON_LORD:
-        sprintf(self_ptr->plev_buf, _("あなたは %d ダメージの地獄か火炎のブレスを吐くことができる。(%d MP)", "You can nether breathe, dam. %d (cost %d)."),
+        sprintf(self_ptr->plev_buf, _("あなたは %d ダメージの地獄か火炎のブレスを吐くことができる。(%d MP)", "You can breathe nether, dam. %d (cost %d)."),
             3 * creature_ptr->lev, 10 + creature_ptr->lev / 3);
 
         self_ptr->info[self_ptr->line++] = self_ptr->plev_buf;