Browse Source

Update 'locations/bed2.qsrc'

[enhancement] [new] [changed] - Adds a masturbate option to the bed menu with conditions - bed2 module - spectre1viper
spectre1viper 5 years ago
parent
commit
e49c402019
1 changed files with 8 additions and 0 deletions
  1. 8 0
      locations/bed2.qsrc

+ 8 - 0
locations/bed2.qsrc

@@ -102,6 +102,14 @@ if $ARGS[0] = '':
 			act 'Return to bed':gt 'bed2'
 		end
 	end
+	if sisterHere = 0 or (sisterHere = 1 and hour < 7):
+		if (pcs_horny > 75 and pcs_inhib >= 60) or (pcs_horny > 50 and pav_slut >= 75) or (pcs_horny > 50 and pav_slut >= 25 and pcs_inhib >= 60):
+			act 'Masturbate':
+				InSleep = 0
+				gt 'selfplay', 'start'
+			end
+		end
+	end	
 	act 'Sleep options':gt 'bed2', 'options'
 end