Skip to content

Commit

Permalink
Always make note of crops complaints by Peterson, closes #266.
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Feb 22, 2024
1 parent 122e933 commit a513457
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripts_src/abbey/abpetson.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ procedure talk_p_proc;
procedure Node998; //combat
procedure Node999; //end

procedure Node999a;
procedure Node999b;

procedure Node001;
Expand Down Expand Up @@ -185,10 +184,6 @@ end
procedure Node999 begin
end

procedure Node999a begin
set_map_var(MVAR_Crops_Stolen,1);
end

procedure Node999b begin
set_map_var(MVAR_Petersons_angry,1);
end
Expand Down Expand Up @@ -278,9 +273,10 @@ procedure Node010 begin
end

procedure Node010a begin
set_map_var(MVAR_Crops_Stolen,1);
Reply(6061);
NOption(608,Node005,4);
NOption(607,Node999a,4);
NOption(607,Node999,4);
BOption(610,Node011,4);
end

Expand Down

0 comments on commit a513457

Please sign in to comment.