Compare commits

...

2 Commits

Author SHA1 Message Date
erion 915273bf78 Merge branch 'master' of https://github.com/stardew-access/stardew-access 2023-02-11 11:13:21 +01:00
Mohammad Shoaib Khan 871c0b47cb
Added offset to bulletin board junimo bundle
this will potentially fix the issue of the tile not being accessible by the path finder
2023-02-11 15:01:23 +05:30
1 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ namespace stardew_access.Features
(40, 10) => "Fish Tank",
(63, 14) => "Boiler Room",
(55, 6) => "Vault",
(46, 11) => "Bulletin Board",
(46, 12) => "Bulletin Board",
_ => null,
};
if (name != null && communityCenter.shouldNoteAppearInArea(CommunityCenter.getAreaNumberFromName(name)))