diff --git a/Enderal SE v2.1.0 Changelog.txt b/Enderal SE v2.1.0 Changelog.txt index e5adf5c8..d13ef5c1 100644 --- a/Enderal SE v2.1.0 Changelog.txt +++ b/Enderal SE v2.1.0 Changelog.txt @@ -45,6 +45,7 @@ Gameplay changes: - Fixed visibility of the picnic quest marker in Cuthbert's Legacy. - Fixed the issue, when Ark citizens stopped reacting to player's crimes after signing contract with the Golden Sickle (reported by BallOfFire). - Patched a source of infinite money, appearing during Every Day Like the Last, Part VI. +- Fixed inability to dismantle items after buying a house. - Player no longer can leave the first conversation with Jespar. - Due to changes in time calculation with active Slow Time effect in Skyrim SE 1.6+, echo visions started to end prematurely. Durations of the echoes have been updated for 1.6, but the slowdown effect now stays a few seconds too long on 1.5.97. Completed an unfinished vision in The Shards of Order, Part II. - Added missing critical damage chance to 13 items, more consistent sound detection parameters. diff --git a/scripts/_00e_playerhousingmaster.pex b/scripts/_00e_playerhousingmaster.pex index fa3c7da5..563520d8 100644 Binary files a/scripts/_00e_playerhousingmaster.pex and b/scripts/_00e_playerhousingmaster.pex differ diff --git a/source/scripts/_00e_playerhousingmaster.psc b/source/scripts/_00e_playerhousingmaster.psc index cfbfd4a0..61fddaae 100644 --- a/source/scripts/_00e_playerhousingmaster.psc +++ b/source/scripts/_00e_playerhousingmaster.psc @@ -292,6 +292,7 @@ EndEvent Event OnBeginState() ExitPlacementMode() + bDisableNormalActivation = False EndEvent Function playerItemDropped(_00E_Playerhousing_FurnitureItem akItemReference)