用户:RedDragon/Test2:修订间差异
来自Rizline中文维基
更多操作
小 |
小 |
||
| 第147行: | 第147行: | ||
let selectedMods = [] | let selectedMods = [] | ||
if (Math.random() < 0. | if (Math.random() < 0.3) { | ||
selectedMods = [mods[Math.floor(Math.random() * mods.length)]] | selectedMods = [mods[Math.floor(Math.random() * mods.length)]] | ||
} else { | } else { | ||