Browse Source

Missing end of description for males

tags/v1.0.0
Fen Dweller 6 years ago
parent
commit
98cc1c0ef1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      game.js

+ 1
- 1
game.js View File

@@ -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() {


Loading…
Cancel
Save