Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LCA-EET committed Dec 28, 2023
1 parent c4c76f0 commit 73fde9b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
21 changes: 21 additions & 0 deletions BAF/XABALDUR.BAF
Original file line number Diff line number Diff line change
Expand Up @@ -970,5 +970,26 @@ THEN
SetGlobal("XA_CorwinKillBeno", "GLOBAL", 2)
Continue()
END
//}

//{ v1.0.14a Fix - Mark Illasera as Killed
IF
Global("XA_IllaseraDead", "GLOBAL", 1)
GlobalGT("XA_ReturnToBG", "GLOBAL", 1)
THEN
RESPONSE #100
SetGlobal("XA_IllaseraDead", "GLOBAL", 2)
Continue()
END
//}

//{ v1.0.14a Fix - Marriage Proposal Fix
IF
Global("XA_CorwinProposaXAS", "GLOBAL", 2)
GlobalGT("XA_ReturnToBG", "GLOBAL", 1)
THEN
RESPONSE #100
SetGlobal("XA_CorwinProposaXAS", "GLOBAL", 3)
Continue()
END
//}
4 changes: 2 additions & 2 deletions BAF/XAUCTEMP.BAF
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IF
!Global("XA_IllaseraDead", "GLOBAL", 2)
GlobalLT("XA_IllaseraDead", "GLOBAL", 1)
Dead("illasera")
OR(2)
Dead("ZILFGT01")
Expand All @@ -24,7 +24,7 @@ THEN
END

IF
!Global("XA_IllaseraDead", "GLOBAL", 2)
GlobalLT("XA_IllaseraDead", "GLOBAL", 1)
Dead("illasera")
OR(2)
Dead("ZILFGT01")
Expand Down
7 changes: 7 additions & 0 deletions D/XACORWIJ.D
Original file line number Diff line number Diff line change
Expand Up @@ -3441,11 +3441,17 @@ IF ~
IF ~
!Global("XA_SkieModActive", "GLOBAL",1)
~ THEN
DO ~
SetGlobal("XA_IllaseraDead", "GLOBAL", 2)
~
GOTO XA_IllaseraDeadSkie

IF ~
Global("XA_SkieModActive", "GLOBAL",1)
~ THEN
DO ~
SetGlobal("XA_IllaseraDead", "GLOBAL", 2)
~
GOTO XA_IllaseraDeadGlint
END

Expand Down Expand Up @@ -4011,6 +4017,7 @@ IF ~

IF ~~ THEN REPLY @961 /* ~(Get down on one knee, and present her with the engagement ring.)~ */
DO ~
SetGlobal("XA_CorwinProposaXAS", "GLOBAL", 3)
SetGlobal("XA_MarriageProposal", "GLOBAL", 1)
~
GOTO XA_CorwinProposal3B
Expand Down
Binary file modified SHA256.txt
Binary file not shown.

0 comments on commit 73fde9b

Please sign in to comment.