mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Capitalizes suffix in Mr. Mime fusions name
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user