Skip to content

Commit

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

Please sign in to comment.