Ver código fonte

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

master
Fen Dweller 4 anos atrás
pai
commit
adc355ac28
1 arquivos alterados com 3 adições e 2 exclusões
  1. +3
    -2
      macrovision.js

+ 3
- 2
macrovision.js Ver arquivo

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


Carregando…
Cancelar
Salvar