浏览代码

Fixed all the stench options having the same IDs

tags/v1.0.0
Fen Dweller 7 年前
父节点
当前提交
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"
},


正在加载...
取消
保存