sniper mob balance, bot replication mod

This commit is contained in:
landgreen
2020-05-24 18:45:53 -07:00
parent e265b0aade
commit f338184869
7 changed files with 254 additions and 49 deletions

View File

@@ -372,11 +372,8 @@ const mech = {
let options = [];
for (let i = 0, len = mod.mods.length; i < len; i++) {
if (mod.mods[i].count < mod.mods[i].maxCount &&
!mod.mods[i].isNonRefundable &&
mod.mods[i].name !== "quantum immortality" &&
mod.mods[i].name !== "Born rule" &&
mod.mods[i].name !== "determinism" &&
mod.mods[i].name !== "reallocation" &&
mod.mods[i].name !== "many-worlds" &&
mod.mods[i].allowed()
) options.push(i);
}