Compare commits

..

2 Commits

Author SHA1 Message Date
7188ff4e85 Updated changelog 2024-08-07 19:51:32 +02:00
b3c6730960 Ensure BlockActivation in _00E_MQ06_ChestScript 2024-08-07 19:50:54 +02:00
3 changed files with 9 additions and 5 deletions

View File

@ -6,10 +6,11 @@ See https://en.wiki.sureai.net/Enderal:Patch for the list of official patches up
Beware, spoilers ahead!
2.1.3 (TBD)
- Fixed package of an NPC in the main cavern of the Undercity sometimes causing a crash.
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.
- 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)
@ -108,6 +109,7 @@ 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,9 +1,11 @@
Scriptname _00E_MQ06_ChestScript extends ObjectReference
Event OnInit()
BlockActivation()
EndEvent
Event OnLoad()
Self.BlockActivation(True)
BlockActivation()
EndEvent
Event OnActivate(ObjectReference akActionRef)