Browse Source

[added] code to remove dildos from the bathroom after mom discovers it

hornguy6 3 years ago
parent
commit
8148aec959
2 changed files with 10 additions and 6 deletions
  1. 4 4
      locations/family_schedule.qsrc
  2. 6 2
      locations/mother_sextalk.qsrc

+ 4 - 4
locations/family_schedule.qsrc

@@ -129,7 +129,7 @@ if indorf = 0:
 			!!shower
 			momloc = 2
 			momloc['athome'] = 1
-			if vanrPar_suction_dildo > 0:motherQW['bathroom_dildos'] = vanrPar_suction_dildo
+			if vanrPar_suction_dildo > 0:gs'mother_sextalk','discover_dildo'
 		elseif hour < 6 or (hour = 6 and minut < 10):
 			!! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka (Occasional morning quicky)
 			momloc = 3
@@ -159,7 +159,7 @@ if indorf = 0:
 			!! Using the shower
 			momloc = 5
 			momloc['athome'] = 1
-			if vanrPar_suction_dildo > 0:motherQW['bathroom_dildos'] = vanrPar_suction_dildo
+			if vanrPar_suction_dildo > 0:gs'mother_sextalk','discover_dildo'
 		elseif hour < 16 and week < 5:
 			!!Working in the cafe. On Friday she stays until 18:00
 			momloc = 6
@@ -197,7 +197,7 @@ if indorf = 0:
 				!! (cleaning the bathroom, sweeping, mopping, dusting, watching TV, taking a bath, etc in different rooms)
 				momloc = momcleaning2
 				momloc['athome'] = 1
-				if vanrPar_suction_dildo > 0:motherQW['bathroom_dildos'] = vanrPar_suction_dildo
+				if vanrPar_suction_dildo > 0:gs'mother_sextalk','discover_dildo'
 			end
 		elseif hour < 22:
 			if week = 1:
@@ -222,7 +222,7 @@ if indorf = 0:
 			!! Shower, if Sveta knocks she''ll ask to wake Kolka
 			momloc = 2
 			momloc['athome'] = 1
-			if vanrPar_suction_dildo > 0:motherQW['bathroom_dildos'] = vanrPar_suction_dildo
+			if vanrPar_suction_dildo > 0:gs'mother_sextalk','discover_dildo'
 		elseif hour < 6 or (hour = 6 and minut < 10):
 			!! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka (Occasional morning quicky)
 			momloc = 3

+ 6 - 2
locations/mother_sextalk.qsrc

@@ -830,7 +830,11 @@ if $ARGS[0] = 'dildo_shower_ending2':
 	'She shuts the door and you hear the faucet turn and water spray from the shower.'
 end
 
-
-
+if $ARGS[0] = 'discover_dildo':
+	motherQW['bathroom_dildos'] = vanrPar_suction_dildo
+	vanrPar_suction_dildo = 0
+	if vanrPar_bathtub_dildo = 1:vanrPar__bathtub_dildo = 0
+	if vanrPar_bath_shower_dildo = 1:vanrPar_bath_shower_dildo = 0
+end
 
 --- mother+_sextalk ---------------------------------