Fix incorrectly named Topaz Gem Bird.

master
bradjrenshaw 2022-05-15 01:43:39 -04:00
parent e4187a636a
commit 9e0c2dfab7
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ namespace stardew_access.Features
62 => "Aquamarine Gem Bird", 62 => "Aquamarine Gem Bird",
64 => "Ruby Gem Bird", 64 => "Ruby Gem Bird",
66 => "Amethyst Gem Bird", 66 => "Amethyst Gem Bird",
68 => "Topaz", 68 => "Topaz Gem Bird",
_ => "Gem Bird", _ => "Gem Bird",
}; };
} }