Skip to content

Commit

Permalink
vcstark: fix incorrect NCR recon quest gvars leading to infinite rewa…
Browse files Browse the repository at this point in the history
…rd bug
  • Loading branch information
phobos2077 committed Aug 7, 2023
1 parent 3d79447 commit 847fdc0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions scripts_src/valtcity/vcstark.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,18 @@
#include "../headers/command.h"
#include "../headers/modreact.h"

#define RECON_BROKEN_HILLS_ASSIGNED (3) // added by phobos2077
#define RECON_BROKEN_HILLS_DONE (4) // added by phobos2077

#include "../_pbs_headers/talking_heads_compat.h"
#define HEAD_STARK (86)
#define start_dialog_check_head_stark start_gdialog_check_talking_head(4, HEAD_STARK, BACKGROUND_ADOBE)

// phobos2077: gvar overrides
#define RECON_BROKEN_HILLS_ASSIGNED (3) // added by phobos2077
#define RECON_BROKEN_HILLS_DONE (4) // added by phobos2077
#undef RECON_NCR_ASSIGNED
#define RECON_NCR_ASSIGNED (5) // changed 3 => 5
#undef RECON_NCR_DONE
#define RECON_NCR_DONE (6) // changed 4 => 6

/* Standard Script Procedures */
procedure start;
procedure critter_p_proc;
Expand Down

0 comments on commit 847fdc0

Please sign in to comment.