Skip to content

Commit

Permalink
refactor(#902): regenerate religions
Browse files Browse the repository at this point in the history
  • Loading branch information
Azgaar committed Jan 1, 2023
1 parent 788ce5f commit 2595ab9
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 253 deletions.
2 changes: 1 addition & 1 deletion modules/markers-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ window.Markers = (function () {
let candidates = Array.from(list(pack));
let quantity = getQuantity(candidates, min, each, multiplier);
// uncomment for debugging:
// console.log(`${icon} ${type}: each ${each} of ${candidates.length}, min ${min} candidates. Got ${quantity}`);
// console.info(`${icon} ${type}: each ${each} of ${candidates.length}, min ${min} candidates. Got ${quantity}`);

while (quantity && candidates.length) {
const [cell] = extractAnyElement(candidates);
Expand Down
Loading

0 comments on commit 2595ab9

Please sign in to comment.