Compare commits
No commits in common. "915273bf7808d5d81790cbaec223426fc16ca1b7" and "96d9e8c12f6c104885fb25f414d004d823f825d4" have entirely different histories.
915273bf78
...
96d9e8c12f
|
@ -261,7 +261,7 @@ namespace stardew_access.Features
|
|||
(40, 10) => "Fish Tank",
|
||||
(63, 14) => "Boiler Room",
|
||||
(55, 6) => "Vault",
|
||||
(46, 12) => "Bulletin Board",
|
||||
(46, 11) => "Bulletin Board",
|
||||
_ => null,
|
||||
};
|
||||
if (name != null && communityCenter.shouldNoteAppearInArea(CommunityCenter.getAreaNumberFromName(name)))
|
||||
|
|
Loading…
Reference in New Issue