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/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index f4068c7fb5e06e3062d59b1c880a901ebf206a7f..ebd921b794cd649efc5a72a9143b74e2bea9245b 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -962,6 +962,12 @@ Currently <<if $imageChoice == 1>> ''Vector art by NoX/Deepmurk'' is selected. [[Switch to rendered imagepack|Intro Summary][$imageChoice = 0]] | [[Switch to non-embedded vector art|Intro Summary][$imageChoice = 2]] | [[Switch to revamped embedded vector art|Intro Summary][$imageChoice = 3]] <br> + Face art + <<if $seeFaces > 0>> + @@.cyan;ENABLED@@. [[Disable|Intro Summary][$seeFaces = 0]] + <<else>> + @@.red;DISABLED@@. [[Enable|Intro Summary][$seeFaces = 1]] + <br> Highlights on shiny clothing <<if $seeVectorArtHighlights == 1>> @@.cyan;ENABLED@@. [[Disable|Intro Summary][$seeVectorArtHighlights = 0]] diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index 92cedb4cd64034e9d77e1f51186f3c528fca34fa..195035a50ee04476b4b517ff674b0505b0c2432b 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -295,6 +295,7 @@ You should have received a copy of the GNU General Public License along with thi <<set $seeRace = 1>> <<set $seeNationality = 1>> <<set $seeImages = 0>> + <<set $seeFaces = 1>> <<set $imageChoice = 0>> <<set $seeVectorArtHighlights = 1>> <<set $seeMainFetishes = 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]]