浏览代码

Missing end of description for males

tags/v1.0.0
Fen Dweller 6 年前
父节点
当前提交
98cc1c0ef1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      game.js

+ 1
- 1
game.js 查看文件

@@ -1633,7 +1633,7 @@ let macro =
state = "erect, throbbing, pre-soaked";
}
}
return length(this.dickLength, unit, true) + " long " + state + " " + this.dickType;
return length(this.dickLength, unit, true) + " long " + state + " " + this.dickType + " cock";
},

get describeVagina() {


正在加载...
取消
保存