Compare commits

..

No commits in common. "7188ff4e851d3ff6b97c1e5a7e79a01e709e0082" and "70919cf5f2d102de92db1d253d3d7f9f22b2d60c" have entirely different histories.

3 changed files with 5 additions and 9 deletions

View File

@ -6,11 +6,10 @@ See https://en.wiki.sureai.net/Enderal:Patch for the list of official patches up
Beware, spoilers ahead!
2.1.3 (2024-08-07)
- An NPC in the main cavern of the Undercity could not find his bed and sometimes crashed the game.
2.1.3 (TBD)
- Fixed package of an NPC in the main cavern of the Undercity sometimes causing a crash.
- Fixed the Chymicum Vitality health bonus remaining active after the effect's expiration.
- Reduced damage dealt by lower level wisps from x5 to x3.5.
- Fixed Kilean mercenaries not showing up with enabled QuickLoot.
2.1.2 (2024-08-01)
@ -109,7 +108,6 @@ Gameplay changes:
-- Added a return activator to the meditation area.
-- When using controller, text inputs are automatically disabled or replaced with a select menu.
-- Removed password inputs from Dal'Galar's locks.
- QuickLoot support (download a patch for mod-specific compatibility).
- Many small fixes and optimizations.
Werewolf updates:

Binary file not shown.

View File

@ -1,11 +1,9 @@
Scriptname _00E_MQ06_ChestScript extends ObjectReference
Event OnInit()
BlockActivation()
EndEvent
Event OnLoad()
BlockActivation()
Self.BlockActivation(True)
EndEvent
Event OnActivate(ObjectReference akActionRef)