Polish world, shop, and artwork presentation
This commit is contained in:
parent
7d38bc962b
commit
117fdbfdaa
94 changed files with 1771 additions and 579 deletions
|
|
@ -53,8 +53,7 @@ func get_sale_message(
|
|||
var buyer_name: String = animal_name_plural
|
||||
if buyer_name.is_empty():
|
||||
buyer_name = display_name
|
||||
return "you sold your %s to the %s for $%d." % [
|
||||
return "you sold your %s to the %s." % [
|
||||
fish_name,
|
||||
buyer_name,
|
||||
payout,
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue