mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-26 21:04:41 -05:00
Give actual art instead of fake art
This commit is contained in:
@@ -57,7 +57,7 @@ public int GiveAll(string[] englishNames, int interval = 20)
|
||||
{
|
||||
var items = new[]
|
||||
{
|
||||
GameLists.Art.Where(z => englishNames[z].Contains('(')), // ignore forgeries
|
||||
GameLists.Art.Where(z => !englishNames[z].Contains('(')), // ignore forgeries
|
||||
GameLists.Fish,
|
||||
GameLists.Fossils,
|
||||
GameLists.Bugs,
|
||||
|
||||
Reference in New Issue
Block a user