Skip to content

Commit

Permalink
Update ncfluffe.ssl
Browse files Browse the repository at this point in the history
little bug with male/female floater
  • Loading branch information
marstem committed Aug 21, 2022
1 parent 1dd4366 commit 328d2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts_src/newreno/ncfluffe.ssl
Original file line number Diff line number Diff line change
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 328d2c8

Please sign in to comment.