Skip to content

Commit

Permalink
Fixed Dogmeat not staying on the spot when waiting
Browse files Browse the repository at this point in the history
(due to the tile num fix in commit d0516ef)
  • Loading branch information
NovaRain committed Sep 7, 2024
1 parent 48a8df8 commit 2bf81ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts_src/rndenctr/ecdogmet.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ procedure critter_p_proc begin
party_member_follow_dude
end else if (local_var(LVAR_Used_Iguana)) then begin
Follow_Dude(1,3)
end else begin
end else if (party_is_waiting == false) then begin
if (game_time > doWalking) then begin
reg_anim_clear(self_obj);
reg_anim_begin();
Expand Down

0 comments on commit 2bf81ed

Please sign in to comment.