Browse Source

[changed] can now choose to shave only legs or only pubic hair while having the shavemenu set to "shave both"
[changed] elseif's into if's and added ends

hornguy6 3 years ago
parent
commit
6810702bd0
1 changed files with 7 additions and 3 deletions
  1. 7 3
      locations/din_van.qsrc

+ 7 - 3
locations/din_van.qsrc

@@ -265,7 +265,7 @@ $bath = {
 }
 
 $brit = {
-	if shave_menu = 1  and stanok > 1:
+	if shave_menu = 1 and stanok > 1:
 		if pcs_leghair > 3 or (pubestyle > 0 and pcs_pubes >= shave_trigger):
 			if pcs_leghair > 3 and (pubestyle > 0 and pcs_pubes >= shave_trigger):
 				if daystart < 10 and StoryLine = 0 and ntstart = 0:
@@ -358,7 +358,9 @@ $brit = {
 		else
 			'<br>You don''t need to shave.'
 		end
-	elseif shave_menu = 2 and stanok > 0:
+	end
+	
+	if (shave_menu = 2 or shave_menu = 1) and stanok > 0:
 		if (pubestyle > 0 and pcs_pubes >= shave_trigger):
 			if pubestyle = 1 or pubestyle = 11:
 				$shave_act = 'Shave your pussy'
@@ -407,7 +409,9 @@ $brit = {
 				gs'selfplay','shower_dildo_check'
 			end
 		end
-	elseif shave_menu = 3 and stanok > 0:
+	end
+	
+	if (shave_menu = 3 or shave_menu = 1) and stanok > 0:
 		if pcs_leghair > 3:
 			act 'Shave your legs (0:05)':
 				menu_off = 1