Browse Source

解决不能清除稀有度的问题

tags/v7.5
枫谷剑仙 5 years ago
parent
commit
c6da0ebabc
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      script.js

+ 3
- 3
script.js View File

@@ -1385,10 +1385,10 @@ function initialize() {
s_types.forEach(t => {
t.checked = false;
});
s_rare.forEach(t => {
t.checked = false;
});
s_rareLows[0].checked = true;
s_rareHighs[9].checked = true;
s_typeAndOr.onchange();
s_awokensCounts.forEach(t => {
t.value = 0;
});


Loading…
Cancel
Save