Add fish artwork and Sunfish species

This commit is contained in:
Alexander Sellite 2026-07-26 23:18:32 -04:00
parent a91f2b9825
commit 9277326164
15 changed files with 200 additions and 10 deletions

View file

@ -98,4 +98,4 @@ func get_sale_value_for_weight(weight_lb: float) -> int:
func get_rarity_name() -> String:
return Rarity.keys()[rarity].capitalize()
return Rarity.keys()[rarity].to_lower()