Skip to content

Commit

Permalink
Fix male/female lines confusion in dctyler.ssl ref BGforgeNet/Fallout…
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Nov 10, 2023
1 parent d92c676 commit f326fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts_src/den/dctyler.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,10 @@ procedure Node011 begin
set_lockout_timer
if (dude_is_male) then begin
Reply(300);
BOption(302, Node998, 004);
BOption(303, Node998, 004);
end else begin
Reply(301);
BOption(303, Node998, 004);
BOption(302, Node998, 004);
end
NOption(304, Node999, 004);
end
Expand Down

0 comments on commit f326fe0

Please sign in to comment.