diff --git a/src/events/intro/pcAppearance.js b/src/events/intro/pcAppearance.js
index c34f54e0eddaccd47cfd1f94b4f6325be863620e..ad43fb8b35dbf43a49feb3f73284b39471cbc15d 100644
--- a/src/events/intro/pcAppearance.js
+++ b/src/events/intro/pcAppearance.js
@@ -70,13 +70,14 @@ App.UI.Player.appearance = function(options, summary = false) {
 	options.addOption("Your body", "markings", V.PC)
 		.addValueList([["Is clear of blemishes", "none"], ["Has light freckling", "freckles"], ["Has heavy freckling", "heavily freckled"]]);
 
-	/*
-	options.addOption("You are", "albinism", V.PC.geneticQuirks)
-		.addValueList([
-			["An albino", 2],
-			["Not an albino", 0],
-		]);
-	*/
+	if (V.PC.geneticQuirks.albinism === 2 || V.PC.skin === "pure white" || V.PC.eye.origColor === "red" || V.PC.hColor === "white") {
+		options.addOption("You are", "albinism", V.PC.geneticQuirks)
+			.addValueList([
+				["An albino", 2],
+				["Not an albino", 0],
+			])
+			.addComment("Once this is set, you may change your hair/eyes/skin without worry. You will generate as an albino.");
+	}
 
 	options.addOption("You have", "lips", V.PC).addValue("Thin lips", 5)
 		.addValueList([