OSDN Git Service

For ACT_BR_DRAGON items, add damage indication to English description.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 7 Feb 2021 01:10:02 +0000 (17:10 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 7 Feb 2021 01:10:02 +0000 (17:10 -0800)
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);
 }