OSDN Git Service

For ACT_BR_DRAGON items, add damage indication to English description.
[hengbandforosx/hengbandosx.git] / src / object / object-info.c
index dbb95a6..1b5cd23 100644 (file)
@@ -54,7 +54,7 @@ static concptr item_activation_dragon_breath(player_type *owner_ptr, object_type
         }
     }
 
-    strcat(desc, _("のブレス(250)", ""));
+    strcat(desc, _("のブレス(250)", " (250)"));
     return (desc);
 }