Browse Source

[fixes] CloDress wasn't resetting so everything counted as a dress after you had viewed one, syntax error in the descriptions and club didn't recognise when outfit bottoms were just panties

KevinSmarts 4 years ago
parent
commit
ed8fc82128
3 changed files with 3 additions and 2 deletions
  1. 1 0
      locations/clothing_attributes.qsrc
  2. 1 1
      locations/clothing_descriptions.qsrc
  3. 1 1
      locations/club.qsrc

+ 1 - 0
locations/clothing_attributes.qsrc

@@ -82,6 +82,7 @@ CloBra = 0
 CloPantsShortness = 0
 CloSkirtShortness = 0
 CloPanties = 0
+CloDress = 0
 CloOnePiece = 0
 CloStyle = 0
 CloStyle2 = 0

+ 1 - 1
locations/clothing_descriptions.qsrc

@@ -90,7 +90,7 @@ if CloDress = 1:
 		$description = $description + ' and a hemline not even long enough to hide your privates.'
 	end
 elseif CloPanties = 1:
-	$description += ' the bottom of which is so skimpy it replaces your panties.'
+	$description + ' the bottom of which is so skimpy it replaces your panties.'
 elseif CloPantsShortness > 0:
 	if CloPantsShortness = 1:
 		$description = $description + ' and long pants.'

+ 1 - 1
locations/club.qsrc

@@ -49,7 +49,7 @@ if $ARGS[0] = 'start':
 	if money >= 250:
 		act 'Enter the club (250 <b>₽</b>)':
 			menu_off = 1
-			if pcs_makeup > 1 and pcs_sweat < 50 and (PCloSkirt > 2 or PCloPants > 4 or $clothingworntype = 'exhibit'):
+			if pcs_makeup > 1 and pcs_sweat < 50 and (PCloSkirt > 2 or PCloPants > 4 or PCloPanties = 1 or $clothingworntype = 'exhibit'):
 				'You can feel his eyes all over your body, but eventually he nods and lets pass where you are stopped just inside the door by another large man. He indicates the cashier window. You step over to it and pay the entry fee. With that paid he steps aside and lets you go inside.'
 				minut += 5
 				money -= 250