|
|
|
@@ -257,7 +257,7 @@ function updateDisplay() { |
|
|
|
document.getElementById("stat-str").innerHTML = "Str: " + player.str; |
|
|
|
document.getElementById("stat-dex").innerHTML = "Dex: " + player.dex; |
|
|
|
document.getElementById("stat-con").innerHTML = "Con: " + player.con; |
|
|
|
document.getElementById("stat-stomach").innerHTML = "Stomach: " + round(player.stomach.fullness(),0) + "/" + player.stomach.capacity |
|
|
|
document.getElementById("stat-stomach").innerHTML = "Stomach: " + round(player.stomach.fullness(),0) + "/" + player.stomach.capacity; |
|
|
|
document.getElementById("stat-bowels").innerHTML = "Bowels: " + round(player.bowels.fullness(),0) + "/" + player.bowels.capacity; |
|
|
|
document.getElementById("stat-balls").innerHTML = "Balls: " + round(player.balls.fullness(),0) + "/" + player.balls.capacity; |
|
|
|
document.getElementById("stat-womb").innerHTML = "Womb: " + round(player.womb.fullness(),0) + "/" + player.womb.capacity; |
|
|
|
|