Skip to content

Commit

Permalink
Keep Dialog Box active after death is already included in LeUI
Browse files Browse the repository at this point in the history
  • Loading branch information
r-e-d committed May 1, 2020
1 parent d8ce956 commit 54a8d43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions EEUITweaks/EEUITweaks.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -707,10 +707,10 @@ BEGIN @211000 DESIGNATED 2110
GROUP @2
REQUIRE_PREDICATE (
(FILE_EXISTS_IN_GAME ~UI.MENU~) AND // IE 2.0+
(
(GAME_IS ~bgee~) OR
(GAME_IS ~bg2ee~)
)
(GAME_IS ~bgee bg2ee eet~) AND
(NOT(MOD_IS_INSTALLED ~LeUI.tp2~ ~0~)) AND // Not Lefreut's UI
(NOT(MOD_IS_INSTALLED ~LeUI-BG1EE.tp2~ ~0~)) AND // Not Lefreut's UI (BG1EE skin)
(NOT(MOD_IS_INSTALLED ~LeUI-SoD.tp2~ ~0~)) // Not Lefreut's UI (SoD skin)
) @27

ACTION_TRY
Expand Down

0 comments on commit 54a8d43

Please sign in to comment.