Skip to content

Commit

Permalink
Update x#kiint.d
Browse files Browse the repository at this point in the history
Line 386: Change SOLVED_JOURNAL entry to JOURNAL for "Teven Attacks"
journal entry. There is no open quest for this, so it seems better as
an INFO entry.

Line 601: Change SOLVED_JOURNAL entry to JOURNAL for "Kivan and Tazok"
entry.  There is a previous Kivan and Tazok journal entry from the
vanilla game, but it is not opened as a quest, but rather as an INFO
entry.
  • Loading branch information
Bryan Dunne committed Oct 2, 2014
1 parent 58a8fe5 commit 5875a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bg1npc/phase2/dlg/x#kiint.d
Expand Up @@ -383,7 +383,7 @@ INTERJECT ~%tutu_var%TEVEN~ 0 X#KivanTeven
== ~%KIVAN_JOINED%~ IF ~InParty("kivan") InMyArea("kivan") !StateCheck("kivan",CD_STATE_NOTVALID) !Dead("tazok")~ THEN @84
== ~%tutu_var%TEVEN~ IF ~InParty("kivan") InMyArea("kivan") !StateCheck("kivan",CD_STATE_NOTVALID) !Dead("tazok")~ THEN @85
END
IF ~~ THEN DO ~Shout(1) Enemy()~ SOLVED_JOURNAL @86
IF ~~ THEN DO ~Shout(1) Enemy()~ JOURNAL @86
EXIT

//I_C_T ~%tutu_var%RAIKEN~ 0 X#KivanRaiken
Expand Down Expand Up @@ -598,7 +598,7 @@ ActionOverride("raiken",Enemy())
SetGlobal("JoinedBandits","GLOBAL",0)
ActionOverride("banditcr",Enemy())
EscapeArea()
SetGlobal("X#KBCTE","GLOBAL",1)~ UNSOLVED_JOURNAL @133 EXIT
SetGlobal("X#KBCTE","GLOBAL",1)~ JOURNAL @133 EXIT
END

IF ~~ THEN KivTazok3
Expand Down

0 comments on commit 5875a8c

Please sign in to comment.