From 3efcaba6821132430a4989922ccc6db6cbdbe74c Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Tue, 2 Jan 2024 03:49:49 +0300 Subject: [PATCH] Fix MacRae teach option (#207) - Fixed: Incorrect LVAR check was used for MacRae's teach option after helping the Blades. --- .../Fallout1in2/Mapper/source/scripts/10boneyard/MACRAE.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fallout2/Fallout1in2/Mapper/source/scripts/10boneyard/MACRAE.ssl b/Fallout2/Fallout1in2/Mapper/source/scripts/10boneyard/MACRAE.ssl index ace4d5e6c..786239490 100644 --- a/Fallout2/Fallout1in2/Mapper/source/scripts/10boneyard/MACRAE.ssl +++ b/Fallout2/Fallout1in2/Mapper/source/scripts/10boneyard/MACRAE.ssl @@ -223,7 +223,7 @@ end procedure MacRae12 begin Reply(128); - if (local_var(LVAR_TeachSome == 1)) then begin + if (local_var(LVAR_TeachSome) == 1) then begin NOption(129, MacRae15, 1); end if (local_var(LVAR_Herebefore) == 1) then begin