Skip to content

Commit

Permalink
[bg2] variable that tracks if you know Dorn always get set when sorti…
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDawg committed Oct 28, 2022
1 parent e48eee7 commit 67d878e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eefixpack/files/tph/bg2ee.tph
Expand Up @@ -164,6 +164,14 @@ COPY_EXISTING ~cut41q.bcs~ ~override~
DayNight(10) TextScreen("SCRTXT05")~ // delay a few more hours, since the githyanki is spotted "on the fouth morn", but catches you a bit later
END
BUT_ONLY

// tbd, cam
// variable that tracks if you know Dorn always get set when sorting out journal entries
COPY_EXISTING ~dorn.bcs~ ~override~
DECOMPILE_AND_PATCH BEGIN
REPLACE_TEXTUALLY ~SetGlobal("OHD_KNOWS_DORN","LOCALS",1)[ %TAB%%LNL%%MNL%%WNL%]+\(SetGlobal("OHD_JOURNAL_BEGIN","LOCALS",2)\)~ ~\1~
END
BUT_ONLY

// tbd, cam
// firkraag should despawn at the copper coronet once you engage in the windpear events
Expand Down

0 comments on commit 67d878e

Please sign in to comment.