diff --git a/src/events/intro/pcAppearance.js b/src/events/intro/pcAppearance.js
index b11f0298bfd60b88b8cd4d20d60d4859a1357993..f6a618756a58eebbaf9095e327266a13620f4d12 100644
--- a/src/events/intro/pcAppearance.js
+++ b/src/events/intro/pcAppearance.js
@@ -654,7 +654,7 @@ App.UI.Player.design = function() {
 	} else {
 		r = [];
 
-		r.push(`You are a ${heightToEitherUnit(V.PC)} tall ${V.PC.nationality} ${V.PC.race} with`);
+		r.push(`You are a ${heightToEitherUnit(V.PC.height)} tall ${V.PC.nationality} ${V.PC.race} with`);
 		if (V.PC.markings === "heavily freckled") {
 			r.push(`heavily freckled`);
 		} else if (V.PC.markings === "freckles") {