Skip to content

Commit

Permalink
Fix stuttering when fatigued Mazzy tries to talk to Valygar
Browse files Browse the repository at this point in the history
  • Loading branch information
critto-bg committed Jul 14, 2016
1 parent e96ebd5 commit 3d7767c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ImprovedAnvil/lib/patches/dialogues.tph
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ COPY_EXISTING ~GORDEMO.DLG~ ~override~
~ClearAllActions() StartCutSceneMode() StartCutScene("S!cutdmi")~
END

COPY_EXISTING ~BMAZZY.DLG~ ~override~
DECOMPILE_AND_PATCH BEGIN
REPLACE_TEXTUALLY ~TimeOfDay(NIGHT)~ ~TimeOfDay(DAY)~
END

ACTION_IF GAME_IS ~bg2ee~ THEN BEGIN
COPY_EXISTING ~DORNJ.DLG~ ~override~
DECOMPILE_AND_PATCH BEGIN
Expand Down

0 comments on commit 3d7767c

Please sign in to comment.