소스 검색

Fixed all the stench options having the same IDs

tags/v1.0.0
Fen Dweller 6 년 전
부모
커밋
98816dd88c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      features.js

+ 3
- 3
features.js 파일 보기

@@ -1176,19 +1176,19 @@ options = [
},
{
"name": "Ass stench scale",
"id": "basePawStenchArea",
"id": "baseAssStenchArea",
"type": "float",
"default": "1.5"
},
{
"name": "Piss stench scale",
"id": "basePawStenchArea",
"id": "basePissStenchArea",
"type": "float",
"default": "0.75"
},
{
"name": "Scat stench scale",
"id": "basePawStenchArea",
"id": "baseScatStenchArea",
"type": "float",
"default": "3"
},


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