Skip to content

Commit 796d3d5

Browse files
committed
Sync with UPU: Badger won't talk until PC does a service or gets good reaction
1 parent d339bfc commit 796d3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts_src/sanfran/fcronmey.ssl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ procedure talk_p_proc begin
191191

192192
if (san_fran_flag(SF_PUNKS_ENEMY)) then begin
193193
call Node014;
194-
end else if ((not local_var(LVAR_Girl_Reaction)) and (not local_var(LVAR_Spleen_Reaction))) then begin
194+
end else if ((not good_critter_reaction) and (not local_var(LVAR_Girl_Reaction)) and (not local_var(LVAR_Spleen_Reaction))) then begin
195195
call Node001;
196196
end else begin
197197
start_gdialog(NAME,self_obj,4,-1,-1);

0 commit comments

Comments
 (0)