Updated Enderal version, added changelog
This commit is contained in:
parent
d05df1c25c
commit
1081d60eec
@ -6,6 +6,17 @@ See https://en.wiki.sureai.net/Enderal:Patch for the list of official patches up
|
|||||||
Beware, spoilers ahead!
|
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)
|
2.1.1 (2024-04-24)
|
||||||
- Fixed hidden stashes not showing up.
|
- Fixed hidden stashes not showing up.
|
||||||
- Fixed incorrectly assigned racial bonus during quick start.
|
- Fixed incorrectly assigned racial bonus during quick start.
|
Binary file not shown.
@ -11,7 +11,7 @@ float function _GetVersionFull() global
|
|||||||
; C - backward-compatible update
|
; C - backward-compatible update
|
||||||
; D - hotfix
|
; D - hotfix
|
||||||
; E - build
|
; E - build
|
||||||
return 2100.0
|
return 2120.0
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
int function GetVersion() global
|
int function GetVersion() global
|
||||||
|
Loading…
Reference in New Issue
Block a user