Browse Source

Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife

julzor 4 years ago
parent
commit
9cde803ae8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/sistersleep.qsrc

+ 2 - 2
locations/sistersleep.qsrc

@@ -92,7 +92,7 @@ if $ARGS[0] = 'sister_sleep_2':
 		gs 'stat'
 		act 'Move away': gt 'bedrPar'
 	end
-	if sisterLesb >= 4:
+	if sisterLesb <= 4:
 		gs 'willpower', 'foreplay', 'self'
 		if will_cost <= pcs_willpwr:
 			act 'Kiss Anya (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'self' & gt 'sistersleep', 'sister_sleep_2_kiss'
@@ -252,7 +252,7 @@ end
 
 if $ARGS[0] = 'sister_sex':
 	sisterLesb += 1
-	if sisterLesb => 6: 
+	if sisterLesb <= 6: 
 		gt 'sistersleep', 'sister_lesbian'
 	elseif sisterLesb = 9:
 		gt 'sistersleep', 'sister_strapon'