瀏覽代碼

[fixed] Option to shave pussy showing as shave legs and pussy if it didn't fill and option to shave legs and pussy was still available too. Added check so these acts do not show if they are not filled

KevinSmarts 3 年之前
父節點
當前提交
a2a78ea496
共有 1 個文件被更改,包括 42 次插入34 次删除
  1. 42 34
      locations/din_van.qsrc

+ 42 - 34
locations/din_van.qsrc

@@ -311,29 +311,33 @@ $brit = {
 					else
 						$shave_txt1 = 'You do your legs first before realizing that the stubble growing around your pussy is starting to become irritating and you can''t put it off any longer. Lathering your crotch up, you carefully scrape away the rough itchy hairs that cover it until you''re left smooth and clean shaven.'
 					end
+				else
+					$shave_act = ''
 				end
 			
-				act '<<$shave_act>> (0:15)':
-					menu_off = 1
-					*clr & cla
-					minut += 15
-					pcs_leghair = 0
-					pcs_pubes = shave_length
-					pcs_horny += 5
-					stanok -= 2
-					if obdysh = 1 and rand(0, 5) = 0:gt 'vann', 'brit1'
-					if $loc ='gadbana':
-						'<center><video autoplay loop src="images/shared/home/bathroom/shave.mp4"></center>'
-					else
-						'<center><img <<$set_imgh>> src="images/shared/home/bathroom/shave3.jpg"></center>'
+				if $shave_act ! '':
+					act '<<$shave_act>> (0:15)':
+						menu_off = 1
+						*clr & cla
+						minut += 15
+						pcs_leghair = 0
+						pcs_pubes = shave_length
+						pcs_horny += 5
+						stanok -= 2
+						if obdysh = 1 and rand(0, 5) = 0:gt 'vann', 'brit1'
+						if $loc ='gadbana':
+							'<center><video autoplay loop src="images/shared/home/bathroom/shave.mp4"></center>'
+						else
+							'<center><img <<$set_imgh>> src="images/shared/home/bathroom/shave3.jpg"></center>'
+						end
+						*nl
+						'<<$shave_txt1>>'
+						*nl
+						'<<$shave_txt2>>'
+						dynamic $dryOff
+						gs'selfplay','bathtub_dildo_check'
+						gs'selfplay','shower_dildo_check'
 					end
-					*nl
-					'<<$shave_txt1>>'
-					*nl
-					'<<$shave_txt2>>'
-					dynamic $dryOff
-					gs'selfplay','bathtub_dildo_check'
-					gs'selfplay','shower_dildo_check'
 				end
 			end
 			
@@ -406,21 +410,25 @@ $brit = {
 				else
 					$shave_txt1 = 'The itchy stumps of hair growing around your pussy is starting to become too annoying even for your lazy self and you decide to clean yourself up. Lathering up your crotch, you carefully scrape away the rough stubble until you''re left clean shaven, the smooth skin of your pussy a relief until the next time it becomes annoying for you.'
 				end
+			else
+				$shave_act = ''
 			end
-			act '<<$shave_act>> (0:10)':
-				menu_off = 1
-				*clr & cla
-				minut += 10
-				pcs_pubes = shave_length
-				pcs_horny += 5
-				stanok -= 1
-				if obdysh = 1 and rand(0, 5) = 5:gt 'vann', 'brit1'
-				'<center><img <<$set_imgh>> src="images/shared/home/bathroom/shave3.jpg"></center>'
-				*nl
-				'<<$shave_txt1>>'
-				dynamic $dryOff
-				gs'selfplay','bathtub_dildo_check'
-				gs'selfplay','shower_dildo_check'
+			if $shave_act ! '':
+				act '<<$shave_act>> (0:10)':
+					menu_off = 1
+					*clr & cla
+					minut += 10
+					pcs_pubes = shave_length
+					pcs_horny += 5
+					stanok -= 1
+					if obdysh = 1 and rand(0, 5) = 5:gt 'vann', 'brit1'
+					'<center><img <<$set_imgh>> src="images/shared/home/bathroom/shave3.jpg"></center>'
+					*nl
+					'<<$shave_txt1>>'
+					dynamic $dryOff
+					gs'selfplay','bathtub_dildo_check'
+					gs'selfplay','shower_dildo_check'
+				end
 			end
 		end
 	end