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",
|
(40, 10) => "Fish Tank",
|
||||||
(63, 14) => "Boiler Room",
|
(63, 14) => "Boiler Room",
|
||||||
(55, 6) => "Vault",
|
(55, 6) => "Vault",
|
||||||
(46, 12) => "Bulletin Board",
|
(46, 11) => "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
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue