diff --git a/src/descriptions/officeDescription.js b/src/descriptions/officeDescription.js index 4ecac53c275b09bf69800c17cb5e04b75ea9c2ce..6c38742fa843b58a7abbf5b013e0ec97dfb2e539 100644 --- a/src/descriptions/officeDescription.js +++ b/src/descriptions/officeDescription.js @@ -454,7 +454,7 @@ App.Desc.officeDescription = function(lastElement) { } r.push(` face stares back at you.`); if (V.playerAging !== 0 && V.PC.birthWeek === 51) { - r.push(`You'll be turning ${V.V.PC.actualAge + 1} next week.`); + r.push(`You'll be turning ${V.PC.actualAge + 1} next week.`); } r.push(App.Desc.Player.boobs(), App.Desc.Player.belly(), App.Desc.Player.crotch(), App.Desc.Player.butt());