Standardize lowercase UI presentation

This commit is contained in:
Alexander Sellite 2026-07-26 23:20:51 -04:00
parent 7ab3c86e93
commit 633bbd9a88
29 changed files with 100 additions and 100 deletions

View file

@ -5,7 +5,7 @@
[resource]
script = ExtResource("1_profile")
id = &"main_fishing_shop"
display_name = "Main Fishing Shop"
display_name = "main fishing shop"
animal_name_singular = "shopkeeper"
animal_name_plural = "shopkeepers"
payout_multiplier = 1.0

View file

@ -5,7 +5,7 @@
[resource]
script = ExtResource("1_profile")
id = &"pelicans"
display_name = "Pelicans"
display_name = "pelicans"
animal_name_singular = "pelican"
animal_name_plural = "pelicans"
payout_multiplier = 0.25

View file

@ -5,7 +5,7 @@
[resource]
script = ExtResource("1_profile")
id = &"trading_post"
display_name = "Trading Post"
display_name = "trading post"
animal_name_singular = "otter"
animal_name_plural = "otters"
payout_multiplier = 0.85

View file

@ -39,7 +39,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 for $%d." % [
fish_name,
buyer_name,
payout,