Skip to content

Commit

Permalink
Fixed missing parenthesis in mcbaltha.ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Aug 25, 2024
1 parent cf2a83b commit dae308c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts_src/modoc/mcbaltha.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ end
procedure Node995 begin
if (town_rep_is_accepted or perceived_rep >= KARMA_SHIELD_OF_HOPE) then begin
call Node011;
end else if town_rep_is_antipaty or perceived_rep <= KARMA_SWORD_OF_DESPAIR) then begin
end else if (town_rep_is_antipaty or perceived_rep <= KARMA_SWORD_OF_DESPAIR) then begin
call Node017;
end else begin
call Node018;
Expand Down

0 comments on commit dae308c

Please sign in to comment.