Compare commits
2 Commits
96d9e8c12f
...
915273bf78
Author | SHA1 | Date | |
---|---|---|---|
915273bf78 | |||
|
871c0b47cb |
@@ -261,7 +261,7 @@ namespace stardew_access.Features
|
|||||||
(40, 10) => "Fish Tank",
|
(40, 10) => "Fish Tank",
|
||||||
(63, 14) => "Boiler Room",
|
(63, 14) => "Boiler Room",
|
||||||
(55, 6) => "Vault",
|
(55, 6) => "Vault",
|
||||||
(46, 11) => "Bulletin Board",
|
(46, 12) => "Bulletin Board",
|
||||||
_ => null,
|
_ => null,
|
||||||
};
|
};
|
||||||
if (name != null && communityCenter.shouldNoteAppearInArea(CommunityCenter.getAreaNumberFromName(name)))
|
if (name != null && communityCenter.shouldNoteAppearInArea(CommunityCenter.getAreaNumberFromName(name)))
|
||||||
@@ -1324,4 +1324,4 @@ namespace stardew_access.Features
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user