Updated Enderal version, added changelog

This commit is contained in:
Eddoursul 2024-08-01 02:46:14 +02:00
parent d05df1c25c
commit 1081d60eec
3 changed files with 12 additions and 1 deletions

View File

@ -6,6 +6,17 @@ See https://en.wiki.sureai.net/Enderal:Patch for the list of official patches up
Beware, spoilers ahead!
2.1.2 (TBD)
- Entropic Blood fixes:
-- Controlled actor no longer remains hostile to player.
-- INI settings get properly restored after save reload occured during victim selection - fixes floating in the air and increased activation distance.
-- Fixed the damage bonus never applying to controlled NPCs.
-- The time slow effect is two times slower.
-- Marking NPCs no longer happens solely by pointing, press "Activate" to mark an actor.
- Added the light attach crash fix by powerofthree.
- Fixed hightlighting of permanent effects in the hero menu (regression since 2.1).
2.1.1 (2024-04-24)
- Fixed hidden stashes not showing up.
- Fixed incorrectly assigned racial bonus during quick start.

Binary file not shown.

View File

@ -11,7 +11,7 @@ float function _GetVersionFull() global
; C - backward-compatible update
; D - hotfix
; E - build
return 2100.0
return 2120.0
endfunction
int function GetVersion() global