浏览代码

Fixed urethra stretch name

tags/v0.7.0
Fen Dweller 7 年前
父节点
当前提交
e623c563e8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      game.js

+ 2
- 2
game.js 查看文件

@@ -972,13 +972,13 @@ let macro =
"pissEnabled": true,
"pissScale": 1,
"baseUrethraDiameter": 0.03,
"urethraStretch": 5,
"urethraStretchiness": 5,

get urethraDiameter() {
return this.scaling(this.baseUrethraDiameter, this.scale, 1);
},
get urethraStretchDiameter() {
return this.urethraDiameter * this.urethraStretch;
return this.urethraDiameter * this.urethraStretchiness;
},
get urethraStretchArea() {
return (this.urethraStretchDiameter * this.urethraStretchDiameter / 4) * Math.PI;


正在加载...
取消
保存