Browse Source

burlesque - fancy_burlesque

rachels 3 years ago
parent
commit
fb4b058831
3 changed files with 5 additions and 5 deletions
  1. 1 1
      locations/bordel.qsrc
  2. 2 2
      locations/clothing.qsrc
  3. 2 2
      locations/clothing_QV.qsrc

+ 1 - 1
locations/bordel.qsrc

@@ -56,7 +56,7 @@ if $ARGS[0] = 'brothel':
 			'The brothel madam comes over to you and says, "Our customers expect you to be clean, shaven, made-up and with your hair looking nice. Go and sort yourself out, now!"'
 
 			act 'Go to the bathroom':gt 'bordel', 'dysh'
-		elseif $clothingworntype ! 'burlesque' and PCloStyle ! 4 and $clothingworntype ! 'nude':
+		elseif $clothingworntype ! 'fancy_burlesque' and PCloStyle ! 4 and $clothingworntype ! 'nude':
 			cla
 			'You need to wear an outfit that can be used for prostitution. If you haven''t got anything suitable and you are desperate, you could work naked but you will get paid less and might get treated badly.'
 			'You can change your clothes in the bathroom.'

+ 2 - 2
locations/clothing.qsrc

@@ -654,7 +654,7 @@ if $ARGS[0] = 'view_clothing_item':
 							dynamic $ARGS[2] + '_h[<<ARGS[3]>>] = 90 + <<h>>'
 						elseif $ARGS[2] = 'moncheri':
 							dynamic $ARGS[2] + '_h[<<ARGS[3]>>] = 15 + <<h>>'
-						elseif $ARGS[2] = 'fetish' or $ARGS[2] = 'exhibit' or $ARGS[2] = 'burlesque':
+						elseif $ARGS[2] = 'fetish' or $ARGS[2] = 'exhibit' or $ARGS[2] = 'fancy_burlesque':
 							dynamic $ARGS[2] + '_h[<<ARGS[3]>>] = 35 + <<h>>'
 						elseif $ARGS[2] = 'gm_school' or $ARGS[2] = 'gm_uniform':
 							dynamic $ARGS[2] + '_h[<<ARGS[3]>>] = 120 + <<h>>'
@@ -924,7 +924,7 @@ if $ARGS[0] = 'recover_lost_clothes':
 	if cloAction = 1:
 		gs 'clothing', 'wear', $clothType, clothNumber
 	elseif cloAction = 2 :
-		dynamic $clothType + 'S[<<clothNumber>>] = 1'
+		dynamic $clothType + '_s[<<clothNumber>>] = 1'
 	end
 
 	KILLVAR '$cloLoc'

+ 2 - 2
locations/clothing_QV.qsrc

@@ -431,9 +431,9 @@ if $ARGS[0] = 'list':
 		i = 1
 		:loopburlesque
 		if fancy_burlesque[i] = 1:
-			gs 'clothing_attributes', 'burlesque', i
+			gs 'clothing_attributes', 'fancy_burlesque', i
 			if CloInhibit <= pcs_inhib:
-				if fancy_burlesque_s[i] = 0 and fancy_burlesque_h[i] > 0 and fancy_burlesque_b[i] >= (pcs_hips - 8) and fancy_burlesque_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''burlesque'', <<i>>"><img src="images/pc/items/fancy/burlesque/<<i>>.jpg" 	height="250" /></a>'
+				if fancy_burlesque_s[i] = 0 and fancy_burlesque_h[i] > 0 and fancy_burlesque_b[i] >= (pcs_hips - 8) and fancy_burlesque_b[i] <= (pcs_hips + 8):*p '<a href="exec:gt ''clothing_QV'', ''change'', ''fancy_burlesque'', <<i>>"><img src="images/pc/items/fancy/burlesque/<<i>>.jpg" 	height="250" /></a>'
 			end
 		end
 		i += 1