Skip to content

Commit

Permalink
Revert "This should ensure that Johhny does't speak to PC until his q…
Browse files Browse the repository at this point in the history
…uest is started". The fix is faulty.

This reverts commit cbeb9c8.
  • Loading branch information
burner1024 committed Aug 11, 2019
1 parent b18f6ec commit 2c84605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts_src/MODOC/MCJONNY.SSL
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ end

procedure talk_p_proc begin
script_overrides;
if (cry or jonny_none) then begin
if (cry) then begin
floater_rand(150, 152);
end else if (jonny_at_home) then begin
if (jonny_sad_laddie_died) then begin
Expand Down

0 comments on commit 2c84605

Please sign in to comment.