Browse Source

[fixed] Only 1 pt per day to bimbo from sex tracker so you don't turn into a bimbo just because you're the town bike

KevinSmarts 3 years ago
parent
commit
feea04aa5e
2 changed files with 3 additions and 4 deletions
  1. 0 4
      locations/arousal.qsrc
  2. 3 0
      locations/cikl.qsrc

+ 0 - 4
locations/arousal.qsrc

@@ -724,10 +724,6 @@ end
 
 !!This calculates the various sex stats and includes a small cooldown of stimulation so only use it once per event
 if $ARGS[0] = 'end':
-	if bimbosex_flag = 1:
-		bimbo_tracker += 1
-		bimbosex_flag = 0
-	end
 	if orgasm_buildup > 350: orgasm_buildup = 350
 	if orgasm_buildup > 300: orgasm_buildup -= 10
 	if orgasm_buildup > 200: orgasm_buildup -= 10

+ 3 - 0
locations/cikl.qsrc

@@ -178,6 +178,9 @@ if succubusflag = 0 and cheatBimbo = 0:
 	if bimbosh = 1:
 		bimbo_tracker += 1
 	end
+	if bimbosex_flag = 1:
+		bimbo_tracker += 1
+	end		
 end
 
 bimbocl = 0