Browse Source

[Fixed] Bimbo shoes were only counting towards bimbo score if wearing them when cikl runs. If changing shoes at any time before the cikl runs and then sent through stat.qsrc, you lost the bimbo variable. Set it up like clothes instead.

Alaratt 3 years ago
parent
commit
f1fd8be94b
2 changed files with 2 additions and 1 deletions
  1. 1 0
      locations/cikl.qsrc
  2. 1 1
      locations/stat.qsrc

+ 1 - 0
locations/cikl.qsrc

@@ -181,6 +181,7 @@ if succubusflag = 0 and cheatBimbo = 0:
 end
 
 bimbocl = 0
+bimbosh = 0
 
 !!bimbo_tracker is also filled by sex scenes and that figure is added to bimbo score
 if cheatBimbo = 0: bimbo += bimbo_tracker

+ 1 - 1
locations/stat.qsrc

@@ -397,7 +397,7 @@ if totminut >= heelsminut + 120:
 	end
 !!Bimbo shoe check so bonus will be applied
 	if PShoStyle = 2: bimbosh = 1
-	if PShoStyle ! 2: bimbosh = 0
+	!!if PShoStyle ! 2: bimbosh = 0
 end
 !!!!!!!!!!!!!!! End heels