Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Feb 22, 2024
1 parent e080dc8 commit 43e9fdf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions scripts_src/maps/ncr2.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@ export variable i_gunther_obj := 0;
export variable i_emitter_carlson_obj := 0;

/*
TODO: this is a temporary workaround for a ghost object in .map file.
It should be removed once the map file is fixed.
See https://github.com/BGforgeNet/Fallout2_Restoration_Project/pull/260
TODO: this is a temporary workaround.
Without it Merc is silent on Carlson map.
Should be fixed in Merc's script.
See https://github.com/BGforgeNet/Fallout2_Restoration_Project/pull/260,
https://github.com/BGforgeNet/Fallout2_Unofficial_Patch/pull/111.
*/
export variable lenny_obj := 0;
export variable playerTmpBox := 0;
/* end todo */

procedure start;
Expand Down Expand Up @@ -87,4 +90,4 @@ end


procedure Initial_Inven begin
end
end

0 comments on commit 43e9fdf

Please sign in to comment.