Browse Source

[fixed] It needed the bimbo cheat check in there too

Kevin_Smarts 2 years ago
parent
commit
8764fa4642
1 changed files with 3 additions and 1 deletions
  1. 3 1
      locations/clothing.qsrc

+ 3 - 1
locations/clothing.qsrc

@@ -1103,7 +1103,9 @@ if $ARGS[0] = 'wear':
 	PCloStyle = CloStyle
 	PCloStyle2 = CloStyle2
 	PCloInhibit = CloInhibit
-	PCloBimbo = CloBimbo
+	if cheatbimbo = 0:
+		PCloBimbo = CloBimbo
+	end
 
 	if PCloTopCut > 1:
 		if tits = 2 or tits = 3: PCloTopCut += 1