Просмотр исходного кода

Fixed urethra stretch name

tags/v0.7.0
Fen Dweller 7 лет назад
Родитель
Сommit
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;


Загрузка…
Отмена
Сохранить