Browse Source

[Fixes] Variable missing to stop you from touching Anya before you had got to that part of her storyline and day start check to slow things a bit

KevinSmarts 4 years ago
parent
commit
a52fc5c9a9
1 changed files with 21 additions and 9 deletions
  1. 21 9
      locations/sistersleep.qsrc

+ 21 - 9
locations/sistersleep.qsrc

@@ -12,16 +12,23 @@ if $ARGS[0] = 'sister_sleep':
 		gs 'stat'
 		act 'Move away': gt 'bedrPar'
 	else
-		act 'Move away': gt 'bedrPar'
-		if sisterLesb = 0:
-			gs 'willpower', 'foreplay', 'self'
-		else
-			gs 'willpower', 'foreplay', 'self', 'easy'
-		end
-		if will_cost <= pcs_willpwr:
-			act 'Touch her (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' & gt 'sistersleep', 'sister_sleep_1'
+		if sisterLesb['day'] = daystart:
+			act 'Move away': gt 'bedrPar'
 		else
-			act 'Touch her (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+			sisterLesb['day'] = daystart
+			act 'Move away': gt 'bedrPar'
+			if sisterbfspy = 4:
+				if sisterLesb = 0:
+					gs 'willpower', 'foreplay', 'self'
+				else
+					gs 'willpower', 'foreplay', 'self', 'easy'
+				end
+				if will_cost <= pcs_willpwr:
+					act 'Touch her (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' & gt 'sistersleep', 'sister_sleep_1'
+				else
+					act 'Touch her (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+				end
+			end
 		end
 	end
 end
@@ -33,6 +40,11 @@ if $ARGS[0] = 'sister_sleep_1':
 	act 'Move away': gs 'arousal', 'end' & gt 'bedrPar'
 	if sisterLesb = 0:
 		sisterLesb = 1
+		'You dare to touch your sleeping sister''s perfect ass.'
+		'Touching such a soft butt with your hand, you feel a shock run through your body, the feeling is weird, you can''t seem to place it.'
+		'Her ass feels as good as it looks.'
+		act 'Move away': gt 'bedrPar'
+	elseif sisterLesb = 1:
 		'You dare to touch your sleeping sister''s perfect ass.'
 		'Touching such a soft butt with your hand, you feel a shock run through your body, the feeling is weird, you can''t seem to place it.'
 		'Her ass feels as good as it looks.'