mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Use the in-game term of "Illustration by"
This commit is contained in:
parent
838b88e741
commit
08388c59b3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub fn display_card(card: &Card, mg: &MappedGlobals) -> String {
|
|||
|
||||
let description = card.localized_description_text.clone();
|
||||
let flavor = format!("<i>{}</i>", &card.localized_flavor_text);
|
||||
let artist = format!(r#"<a href="{}">Art by {}</a>"#, &card.main_art().full_png, &card.artist_name);
|
||||
let artist = format!(r#"<a href="{}">Illustration by {}</a>"#, &card.main_art().full_png, &card.artist_name);
|
||||
|
||||
format!(
|
||||
"{title} {stats}\n{breadcrumbs}\n\n{description}\n\n-----\n{flavor}\n\n{artist}",
|
||||
|
|
Loading…
Reference in a new issue