Skip to content

Commit

Permalink
Fix insufficient lvars for Merk, Dr. Wong. Cleanup ranger safe house …
Browse files Browse the repository at this point in the history
…scripts.
  • Loading branch information
burner1024 committed Apr 20, 2024
1 parent 570eb87 commit 04632fc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions data/scripts/scripts.lst
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ ncMcKnee.int ; New Reno Mike McKneely # local_vars=1
ncHollyf.int ; New Reno Evan Hollyfeld # local_vars=1
ncTyson.int ; New Reno Mike Tyson # local_vars=1
ncScient.int ; New Reno Generic Scientist # local_vars=1
SCMerk.int ; NCR guy named Merk kind of the Moffia # local_vars=15
SCMerk.int ; NCR guy named Merk kind of the Moffia # local_vars=16
ncBoxFan.int ; New Reno Boxing Fan # local_vars=1
ncDrgDlr.int ; New Reno Drug Dealer # local_vars=5
ncCasPat.int ; New Reno Casino Patron # local_vars=3
Expand Down Expand Up @@ -984,7 +984,7 @@ dcRebGrd.int ; Den Rebecca Guard # local_vars=6
dcRebDor.int ; Den Rebecca Door Guard # local_vars=9
diRebDor.int ; Den Rebecca Door # local_vars=6
ZSWsign.int ; Generic Wanted Sign # local_vars=0
FCDrwong.int ; Dr Wong, he has Chip's spleen # local_vars=11
FCDrwong.int ; Dr Wong, he has Chip's spleen # local_vars=12
FIlaotbl.int ; Lao Cho's stock tables in san Fran # local_vars=3
WILv1Dor.int ; Locked Door on Level 1 Entrance # local_vars=8
FCFemPnk.int ; San Fran Female punk # local_vars=9
Expand Down
2 changes: 0 additions & 2 deletions scripts_src/maps/ncrngsh1.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ procedure map_exit_p_proc;
procedure map_enter_p_proc;
procedure map_update_p_proc;

#define LVAR_Said_Message (0)

procedure start
begin
end
Expand Down
2 changes: 0 additions & 2 deletions scripts_src/maps/ncrngsh2.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ procedure map_exit_p_proc;
procedure map_enter_p_proc;
procedure map_update_p_proc;

#define LVAR_Said_Message (0)

procedure start
begin
end
Expand Down
2 changes: 0 additions & 2 deletions scripts_src/maps/ncrngsh3.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ procedure map_exit_p_proc;
procedure map_enter_p_proc;
procedure map_update_p_proc;

#define LVAR_Said_Message (0)

procedure start
begin
end
Expand Down

0 comments on commit 04632fc

Please sign in to comment.