Skip to content

Commit

Permalink
- Fixed: Radscorpions near the Glow could have a wrong script.
Browse files Browse the repository at this point in the history
(due to not specifying script variable, closes #221)
  • Loading branch information
NovaRain committed Mar 20, 2024
1 parent c507a20 commit ff1a2bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@ procedure Glow3 begin
Inner_ring := (dude_enc_perception / 2) + 2;

Critter_type := PID_RADSCORPION;
Critter_script := SCRIPT_RADSCORP;
while(Tot_Critter_A) do begin
Critter_direction := random(0, 4);
call Place_critter;
Expand Down
3 changes: 2 additions & 1 deletion Fallout2/Fallout1in2/ddraw.fo1in2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ ElevatorsFile=config\Elevators.ini

[Scripts]
GlobalScriptPaths=scripts\gl_*.int,scripts\sfall\gl*.int
ConsoleWindow=0b0000

[Debugging]
Enable=1
Expand All @@ -143,3 +142,5 @@ Hook=0
Script=1
Criticals=0
Fixes=0

ConsoleWindow=0b0000

0 comments on commit ff1a2bb

Please sign in to comment.