OSDN Git Service

English: fix typo in radiation mutation description.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 18 Nov 2021 18:39:25 +0000 (10:39 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 18 Nov 2021 21:59:00 +0000 (13:59 -0800)
src/racial/mutation-racial-selector.cpp

index 1248101..9ec4458 100644 (file)
@@ -82,7 +82,7 @@ void select_mutation_racial(PlayerType *player_ptr, rc_type *rc_ptr)
     if (player_ptr->muta.has(PlayerMutationType::RADIATION)) {
         rpi = rpi_type(_("放射能", "Emit Radiation"));
         rpi.info = format("%s%d", KWD_DAM, rc_ptr->lvl * 2);
-        rpi.text = _("自分を中心とする放射性廃棄物のボールを放つ。", "Bursst nuke ball.");
+        rpi.text = _("自分を中心とする放射性廃棄物のボールを放つ。", "Burst nuke ball.");
         rpi.min_level = 15;
         rpi.cost = 15;
         rpi.stat = A_CON;