소스 검색

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


불러오는 중...
취소
저장