OSDN Git Service

For English description of beastmaster's dominate living things ability, match quoted...
authorEric Branlund <ebranlund@fastmail.com>
Mon, 8 Feb 2021 23:43:32 +0000 (15:43 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 9 Feb 2021 00:05:39 +0000 (16:05 -0800)
src/player-info/class-ability-info.c

index 5399bff..b39be2c 100644 (file)
@@ -106,7 +106,7 @@ void set_class_ability_info(player_type *creature_ptr, self_info_type *self_ptr)
             = _("あなたは1体の生命のあるモンスターを支配することができる。(レベル/4 MP)", "You can dominate a monster (cost level/4).");
         if (creature_ptr->lev > 29)
             self_ptr->info[self_ptr->line++] = _("あなたは視界内の生命のあるモンスターを支配することができる。((レベル+20)/2 MP)",
-                "You can dominate living monsters in sight (cost (level+20)/4).");
+                "You can dominate living monsters in sight (cost (level+20)/2).");
 
         break;
     case CLASS_MAGIC_EATER: