Skip to content

Commit

Permalink
Merge pull request #5 from NovaRain/pixote-map-update
Browse files Browse the repository at this point in the history
Misc fixes for map update branch
  • Loading branch information
NovaRain committed Dec 11, 2023
2 parents cee4268 + 84f0be2 commit c115d5a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
Binary file added data/art/inven/gizgun1.frm
Binary file not shown.
Binary file added data/art/inven/hrifle.frm
Binary file not shown.
Binary file added data/art/inven/hrifle2.frm
Binary file not shown.
Binary file added data/art/inven/sniper.frm
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts_src/den/dctyler.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,10 @@ procedure Node011 begin
set_lockout_timer
if (dude_is_male) then begin
Reply(300);
BOption(302, Node998, 004);
BOption(303, Node998, 004);
end else begin
Reply(301);
BOption(303, Node998, 004);
BOption(302, Node998, 004);
end
NOption(304, Node999, 004);
end
Expand Down
4 changes: 3 additions & 1 deletion scripts_src/sanfran/fcdokgrd.ssl
Original file line number Diff line number Diff line change
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 c115d5a

Please sign in to comment.