4
Fork 0

Fixed inability to dismantle items after buying a house

development
Eddoursul 3 months ago
parent 5bb922c425
commit b3058adf18
  1. 1
      Enderal SE v2.1.0 Changelog.txt
  2. BIN
      scripts/_00e_playerhousingmaster.pex
  3. 1
      source/scripts/_00e_playerhousingmaster.psc

@ -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.

@ -292,6 +292,7 @@ EndEvent
Event OnBeginState()
ExitPlacementMode()
bDisableNormalActivation = False
EndEvent
Function playerItemDropped(_00E_Playerhousing_FurnitureItem akItemReference)

Loading…
Cancel
Save