Selaa lähdekoodia

Merge pull request #1 from kinkhorse/fix_sheathed_description

Fix description of sheathed cock being overridden.
tags/v0.7.2
Fen Dweller GitHub 7 vuotta sitten
vanhempi
commit
e2732b3e53
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      game.js

+ 2
- 1
game.js Näytä tiedosto

@@ -1451,8 +1451,9 @@ let macro =
if (this.maleParts) { if (this.maleParts) {
if (this.hasSheath && this.arousal < 75) { if (this.hasSheath && this.arousal < 75) {
line = "Your " + this.describeDick + " cock is hidden away in your bulging sheath, with two " + mass(macro.ballMass, unit, true) + ", " + length(macro.ballDiameter, unit, true) + "-wide balls hanging beneath."; line = "Your " + this.describeDick + " cock is hidden away in your bulging sheath, with two " + mass(macro.ballMass, unit, true) + ", " + length(macro.ballDiameter, unit, true) + "-wide balls hanging beneath.";
} else {
line = "Your " + this.describeDick + " cock hangs from your hips, with two " + mass(macro.ballMass, unit, true) + ", " + length(macro.ballDiameter, unit, true) + "-wide balls hanging beneath.";
} }
line = "Your " + this.describeDick + " cock hangs from your hips, with two " + mass(macro.ballMass, unit, true) + ", " + length(macro.ballDiameter, unit, true) + "-wide balls hanging beneath.";
result.push(line); result.push(line);
result.push(macro.balls.description); result.push(macro.balls.description);
} }


Loading…
Peruuta
Tallenna