Skip to content

Commit

Permalink
Fixed the submarine quest active again after killing the dock guard (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Nov 12, 2023
1 parent 4665a44 commit 801a648
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts_src/sanfran/fcdokgrd.ssl
Expand Up @@ -196,7 +196,9 @@ procedure destroy_p_proc begin
inc_good_critter
boatGrd_ptr := 0;
set_map_var(MVAR_Use_Motor_Boat,0);
set_sub_flag(SHI_SUB_ALONE);
if (global_var(GVAR_SAN_FRAN_SUB) < SHI_SUB_DISABLED) then begin
set_sub_flag(SHI_SUB_ALONE);
end
/* Set global_variable for Enemy status*/
end

Expand Down

0 comments on commit 801a648

Please sign in to comment.