Capitalizes suffix in Mr. Mime fusions name

This commit is contained in:
chardub
2025-02-13 21:43:51 -05:00
parent 0f58800fd1
commit 05b1af28e0
3 changed files with 1 additions and 0 deletions

View File

@@ -244,6 +244,7 @@ module GameData
if prefix[-1] == suffix[0]
prefix = prefix[0..-2]
end
suffix = suffix.capitalize if prefix.end_with?(" ")
return prefix + suffix
rescue

Binary file not shown.

Binary file not shown.