Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/SMAPI/Metadata/CoreAssetPropagator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,10 @@ private void UpdateMap(LocationInfo locationInfo)
// reapply map changes
// This must happen after updating warps (since some map modifications like the community shortcuts add warps)
// and after resetting interior doors' state (so they apply their modifications too).
if (location is FarmHouse)
{
this.Reflection.GetField<bool>(location, "displayingSpouseRoom", true).SetValue(false);
}
location.MakeMapModifications(force: true);

// reset player position
Expand Down