From fc1a9037f1e03a7fa639e346f6f5b9ad35fac6de Mon Sep 17 00:00:00 2001
From: amonynous0 <amomynous0@gmail.com>
Date: Mon, 22 Oct 2018 17:20:29 -0500
Subject: [PATCH] Face Toggle

---
 src/art/vector/Head.tw                      | 4 ++--
 src/uncategorized/BackwardsCompatibility.tw | 4 ++++
 src/uncategorized/options.tw                | 6 ++++++
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/art/vector/Head.tw b/src/art/vector/Head.tw
index e4bc15dc138..38e394ace64 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 7a471ac65fe..8405aca2183 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 5da4b3317ed..8a121a85953 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]]
-- 
GitLab