瀏覽代碼

Rename 'none' to 'off' for prey capacity estimation

master
Fen Dweller 4 年之前
父節點
當前提交
adc355ac28
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      macrovision.js

+ 3
- 2
macrovision.js 查看文件

@@ -3054,9 +3054,10 @@ const settingsData = {
name: "Estimate Prey Capacity",
desc: "Guess how much prey creatures can hold, based on their mass",
type: "select",
default: "none",
default: "off",
disabled: "off",
options: [
"none",
"off",
"realistic",
"same-size"
],


Loading…
取消
儲存