Skip to content

Commit

Permalink
SoD menhir quest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDawg committed May 24, 2022
1 parent 5903013 commit c5ac57d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions eefixpack/files/tph/bgee.tph
Expand Up @@ -286,8 +286,17 @@ COPY_EXISTING ~bd7300.bcs~ ~override~
END
BUT_ONLY IF_EXISTS // sod

// tbd, cam
// sod menhir quest fix: menhirs which spawn enemies on failure are checking/setting the wrong variable
ACTION_FOR_EACH script IN 1 4 BEGIN

COPY_EXISTING ~bdmenhi%script%.bcs~ ~override~
DECOMPILE_AND_PATCH BEGIN
REPLACE_TEXTUALLY ~Global("activated","LOCALS"~ ~Global("BDMENHI%script%_Rune","GLOBAL"~
END
BUT_ONLY IF_EXISTS

END

// tbd, cam
// possibly missing Minsc-rasaad banter due to typo
Expand Down

0 comments on commit c5ac57d

Please sign in to comment.