Explorar el Código

updates for exhibitionism to inhibition variables and removal of unused code in underwear files

KevinSmarts hace 6 años
padre
commit
93733e907d
Se han modificado 5 ficheros con 12 adiciones y 24 borrados
  1. 2 8
      locations/bras.qsrc
  2. 2 2
      locations/changingroom.qsrc
  3. 2 2
      locations/outdoors.qsrc
  4. 2 8
      locations/panties.qsrc
  5. 4 4
      locations/shop.qsrc

+ 2 - 8
locations/bras.qsrc

@@ -136,8 +136,6 @@ if $ARGS[0] = 'view_bra_item':
 !!	'<<$RESULT>>'
 	gs 'bras', 'descriptions', $ARGS[2]
 
-!!	if PanExhibit + 10 > pcs_exhibition: 'You find this bra more revealing than you are completely comfortable with but that makes it quite exciting too.'
-
 	if $ARGS[1] = 'shop':
 		if dyneval('RESULT = <<$ARGS[2]>>_bras[<<ARGS[3]>>]') = 1:
 			'You already own this item.'
@@ -146,9 +144,7 @@ if $ARGS[0] = 'view_bra_item':
 			price = ARGS[4]
 			'Price: <<ARGS[4]>> <b>₽</b>'
 			act 'Leave': gt $loc, $metka
-			if PanExhibit > pcs_exhibition:
-				'You don''t feel confident enough to a bra this revealing and can''t bring yourself to buy them.'
-			elseif money >= price:
+			if money >= price:
 				act 'Buy':
 					money -= price
 					dynamic $ARGS[2] + '_bras[<<ARGS[3]>>] = 1'
@@ -174,9 +170,7 @@ if $ARGS[0] = 'view_bra_item':
 			if $braworntype = $ARGS[2] and brawornnumber = ARGS[3]:
 				'You are wearing this bra.'
 			else
-				if PanExhibit > pcs_exhibition:
-					'You don''t feel confident enough to wear this bra.'
-				elseif metka_bras = 0:
+				if metka_bras = 0:
 					act 'Wear':
 						gs 'bras', 'wear', $ARGS[2], ARGS[3]
 

+ 2 - 2
locations/changingroom.qsrc

@@ -68,10 +68,10 @@ if $ARGS[0] = 'view_swim_item':
 			dynamic '<<$ARGS[1]>>[<<ARGS[2]>>] = 0'
 			gt 'changingroom', 'view_swim_list'
 		end
-	elseif CloExhibit > pcs_exhibition:
+	elseif CloInhibit > pcs_inhib:
 		'You don''t feel daring enough to wear swimwear this revealing.'
 	else
-		if CloExhibit + 10 > pcs_exhibition: 'You find this swimwear to be more revealing than you are completely comfortable with but that makes it quite exciting too.'
+		if CloInhibit + 10 > pcs_inhib: 'You find this swimwear to be more revealing than you are completely comfortable with but that makes it quite exciting too.'
 		act 'Wear':
 			gs 'underwear', 'remove'
 			gs 'clothing', 'wear', $ARGS[1], ARGS[2]

+ 2 - 2
locations/outdoors.qsrc

@@ -391,9 +391,9 @@ if $ARGS[0] = 'main':
 
 !!Exhibitionism
 
-			if CloExhibit >= pcs_exhibition - 10:
+			if CloInhibit >= pcs_inhib - 10:
 				exhibition_outdoors += 1
-				if pcs_exhibition < 45 and PCloPanties = 1: exhibition_outdoors += 1
+				if pcs_inhib < 45 and PCloPanties = 1: exhibition_outdoors += 1
 			end
 
 			if $pantyworntype = 'none':

+ 2 - 8
locations/panties.qsrc

@@ -134,8 +134,6 @@ if $ARGS[0] = 'view_panty_item':
 !!	'<<$RESULT>>'
 	gs 'panties', 'descriptions', $ARGS[2]
 
-!!	if PanExhibit + 10 > pcs_exhibition: 'You find these panties more revealing than you are completely comfortable with but that makes it quite exciting too.'
-
 	if $ARGS[1] = 'shop':
 		if dyneval('RESULT = <<$ARGS[2]>>_panties[<<ARGS[3]>>]') = 1:
 			'You already own this item.'
@@ -144,9 +142,7 @@ if $ARGS[0] = 'view_panty_item':
 			price = ARGS[4]
 			'Price: <<ARGS[4]>> <b>₽</b>'
 			act 'Leave': gt $loc, $metka
-			if PanExhibit > pcs_exhibition:
-				'You don''t feel confident enough to wear panties this revealing and can''t bring yourself to buy them.'
-			elseif money >= price:
+			if money >= price:
 				act 'Buy':
 					money -= price
 					dynamic $ARGS[2] + '_panties[<<ARGS[3]>>] = 1'
@@ -172,9 +168,7 @@ if $ARGS[0] = 'view_panty_item':
 			if $pantyworntype = $ARGS[2] and pantywornnumber = ARGS[3]:
 				'You are wearing these panties.'
 			else
-				if PanExhibit > pcs_exhibition:
-					'You don''t feel confident enough to wear these panties.'
-				elseif metka_panties = 0:
+				if metka_panties = 0:
 					act 'Wear':
 						gs 'panties', 'wear', $ARGS[2], ARGS[3]
 

+ 4 - 4
locations/shop.qsrc

@@ -456,11 +456,11 @@ if $shoplocation = 'clothing':
 				gs 'clothing_attributes', 'coat', 1
 				'Coat 1'
 				FUNC('$clothing_name', 'coat', 1)
-				if CloExhibit > pcs_exhibition:'You don''t feel daring enough to buy an outfit this revealing.'
+				if CloInhibit > pcs_inhib:'You don''t feel daring enough to buy an outfit this revealing.'
 				'Costs 5,000 <b>₽</b>.'
 
 				act 'Leave':gt 'shop'
-				if money => 5000 and CloExhibit <= pcs_exhibition:
+				if money >= 5000 and CloInhibit <= pcs_inhib:
 					act 'Buy':
 						cla
 						money -= 5000
@@ -480,11 +480,11 @@ if $shoplocation = 'clothing':
 				gs 'clothing_attributes', 'swimwear', 4
 				'Swimwear 4'
 				FUNC('$clothing_name', 'swimwear', 4)
-				if CloExhibit > pcs_exhibition:'You don''t feel daring enough to buy an outfit this revealing.'
+				if CloInhibit > pcs_inhib:'You don''t feel daring enough to buy an outfit this revealing.'
 				'Costs 1,000 <b>₽</b>.'
 
 				act 'Leave':gt 'shop'
-				if money => 1000 and CloExhibit <= pcs_exhibition:
+				if money >= 1000 and CloInhibit <= pcs_inhib:
 					act 'Buy':
 						cla
 						money -= 1000