Skip to content

Commit

Permalink
Fixed dumb player couldn't talk to Zaius
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Nov 11, 2024
1 parent 897e179 commit f616a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts_src/brokhill/hczaius.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,9 @@ end
procedure Node001 begin
Reply(103);

if( dude_obj == 1 ) then
if( dude_iq == 1 ) then
NOption(104, Node002, 001);
if( (dude_obj == 2) or (dude_obj == 3) ) then
if( (dude_iq == 2) or (dude_iq == 3) ) then
NOption(105,Node003,002);
NOption(106,Node004,004);
GOption(107,Node005,004);
Expand Down

0 comments on commit f616a07

Please sign in to comment.