1
0
Selaa lähdekoodia

[added] option to wash cum from your hands in din_van
[fixes] missing gs 'stat' in din_van

julzor 5 vuotta sitten
vanhempi
säilyke
423078de35
1 muutettua tiedostoa jossa 34 lisäystä ja 18 poistoa
  1. 34 18
      locations/din_van.qsrc

+ 34 - 18
locations/din_van.qsrc

@@ -475,10 +475,9 @@ $removepan = {
 
 $basin = {
 	if cumloc[11] = 1 or cumloc[12] = 1:
-		act 'Clean the sperm from your face (0:10)':
+		act 'Wash the cum from your face (0:10)':
 			menu_off = 1
-			cla
-			*clr
+			*clr & cla
 			pcs_makeup = 1
 			cumspclnt = 9
 			gs 'cum_cleanup'
@@ -486,6 +485,7 @@ $basin = {
 			gs 'cum_cleanup'
 			if pcs_sweat > 19 : pcs_sweat -= 5
 			minut += 10
+			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/shared/home/bathroom/facesp.jpg"></center>'
 			*nl
 			'You clean your face and get rid of any trace of cum.'
@@ -493,30 +493,29 @@ $basin = {
 			act 'Finish':menu_off = 0 & gt $loc, $metka
 		end
 	end
-
-	if body_write > 0 or face_write > 0:
-		act 'Wash the writings off your body (0:10)':
+	
+	if cumloc[13] = 1:
+		act 'Wash the cum from your hands (0:05)':
 			menu_off = 1
-			cla
-			*clr
-			body_write = 0
-			face_write = 0
-			minut += 10
-			gs'stat'
-
-			'<center><img <<$set_imgh>> src="images/shared/home/bathroom/wash1.jpg"></center>'
+			*clr & cla
+			cumspclnt = 13
+			gs 'cum_cleanup'
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/shared/home/bathroom/facesp.jpg"></center>'
 			*nl
-			'You wash off the indecent inscriptions on your body.'
+			'You wash your hands and get rid of any trace of cum.'
 
 			act 'Finish':menu_off = 0 & gt $loc, $metka
 		end
 	end
 
 	if (cumloc[6] = 1 or cumloc[7] = 1):
-		act 'Wipe the cum off your clothes (0:10)':
+		act 'Wash the cum off your clothes (0:10)':
 			menu_off = 1
-			cla
-			*clr
+			*clr & cla
+			cumspclnt = 13
+			gs 'cum_cleanup'
 			cumspclnt = 6
 			gs 'cum_cleanup'
 			minut += 10
@@ -527,6 +526,23 @@ $basin = {
 			act 'Finish':menu_off = 0 & gt $loc, $metka
 		end
 	end
+	
+	if body_write > 0 or face_write > 0:
+		act 'Wash the writings off your body (0:10)':
+			menu_off = 1
+			*clr & cla
+			body_write = 0
+			face_write = 0
+			minut += 10
+			gs'stat'
+
+			'<center><img <<$set_imgh>> src="images/shared/home/bathroom/wash1.jpg"></center>'
+			*nl
+			'You wash off the indecent inscriptions on your body.'
+
+			act 'Finish':menu_off = 0 & gt $loc, $metka
+		end
+	end
 
 	if pcs_makeup ! 1:
 		act 'Wash off cosmetics (0:10)':