Procházet zdrojové kódy

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

master
Fen Dweller před 4 roky
rodič
revize
adc355ac28
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. +3
    -2
      macrovision.js

+ 3
- 2
macrovision.js Zobrazit soubor

@@ -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"
],


Načítá se…
Zrušit
Uložit