diff --git a/src/art/vector/Head.tw b/src/art/vector/Head.tw
index e4bc15dc138799123644164097a189d00ee25048..38e394ace6418b846bf71b96ad6debc8c4cce61e 100644
--- a/src/art/vector/Head.tw
+++ b/src/art/vector/Head.tw
@@ -28,7 +28,7 @@
 <</if>>
 
 /* FACIAL APPEARANCE */
-
+<<if $seeFaces > 0>>
 <<if _artSlave.clothes != "restrictive latex">>
 	<<if _artSlave.race == "white" || _artSlave.race == "southern european">>
 		<<if _artSlave.faceShape == "normal">>
@@ -979,7 +979,7 @@
 		<</if>>	
 	<</if>>
 <</if>>
-
+<</if>>
 /* END FACIAL APPEARANCE */
 
 <<if _artSlave.eyebrowPiercing > 0>>
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 7a471ac65feda357d7a6e5af019c00f8be4c4a00..8405aca2183ef2fb2bb4d7a57e102956a837159b 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -2638,6 +2638,10 @@ Setting missing global variables:
 	<<set $PCSlutContacts = 1>>
 <</if>>
 
+<<if ndef $seeFaces>>
+	<<set $seeFaces = 1>>
+<</if>>
+
 <<if ndef $NaNArray>>
 	<<set $NaNArray = []>>
 <</if>>
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index 5da4b3317ed008f97b8b39331bbb026213f8b03e..8a121a85953564b6c544b0f2dc55ce3d7b9155ce 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -57,6 +57,12 @@ Image display
 	<<if $imageChoice == 1>>
 		@@.yellow;Vector art by NoX/Deepmurk@@ is selected. [[Switch to rendered imagepack|Options][$imageChoice = 0]] | [[Switch to non-embedded vector art|Options][$imageChoice = 2]] | [[Switch to revamped embedded vector art|Options][$imageChoice = 3]]
 		<br>
+		Face artwork is 
+		<<if $seeFaces > 0>>
+			@@.cyan;ENABLED@@. [[Disable|Options][$seeFaces = 0]]
+		<<else>>
+			@@.red;DISABLED@@. [[Enable|Options][$seeFaces = 1]]
+		<</if>><br>
 		Highlights on shiny clothing
 		<<if $seeVectorArtHighlights == 1>>
 			@@.cyan;ENABLED@@. [[Disable|Options][$seeVectorArtHighlights = 0]]