Skip to content

Commit

Permalink
Merge pull request #158 from marstem/patch-2
Browse files Browse the repository at this point in the history
Update ncfluffe.ssl
  • Loading branch information
burner1024 committed Aug 21, 2022
2 parents 1dd4366 + 328d2c8 commit 666c008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts_src/newreno/ncfluffe.ssl
Expand Up @@ -318,7 +318,7 @@ procedure Node016 begin
end
procedure Node017 begin
//if (message_str(SCRIPT_NCPERSON, 100) == "You see one of the Reno townsfolk.") then
floater_rand(423-(3*dude_is_male),432+(3*dude_is_male));
floater_rand(423-(3*dude_is_male),432+(3*dude_is_female));
//else
// floater_rand(420,422);
end
Expand Down

0 comments on commit 666c008

Please sign in to comment.