Skip to content

Commit

Permalink
Merge branch 'master' into pixote-map-update
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Nov 11, 2024
2 parents f3007ce + f616a07 commit ca04ede
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 ca04ede

Please sign in to comment.