Skip to content

Commit

Permalink
chore: bump deno lockfile (#5940)
Browse files Browse the repository at this point in the history
* chore: bump lockfile

* refactor: remove unused variable
  • Loading branch information
scarf005 authored Jan 19, 2025
1 parent a4d0bca commit e075571
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
42 changes: 41 additions & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/overmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5958,7 +5958,6 @@ void overmap::place_specials( overmap_special_batch &enabled_specials )
if( unique || globally_unique ) {
const overmap_special_id &id = iter.special_details->id;

int chance = roll_remainder( min * rate );
//FINGERS CROSSED EMOGI
amount_to_place = x_in_y( min, max ) && ( !globally_unique ||
!overmap_buffer.contains_unique_special( id ) ) ? 1 : 0;
Expand Down

0 comments on commit e075571

Please sign in to comment.