Browse Source

Variable adjustment

KevinSmarts 7 years ago
parent
commit
ead8a11470
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/clothing

+ 2 - 2
locations/clothing

@@ -278,7 +278,7 @@ if $ARGS[0] = 'view_clothing_item':
 			end
 			end
 			'Price: <<price>>'
 			'Price: <<price>>'
 			act 'Leave': gt $loc, $metka
 			act 'Leave': gt $loc, $metka
-			if CloExhibit >= pcs_exhibition:
+			if CloExhibit > pcs_exhibition:
 				'You don''t feel confident enough to wear an outfit this revealing and can''t bring yourself to buy it.'
 				'You don''t feel confident enough to wear an outfit this revealing and can''t bring yourself to buy it.'
 			elseif money >= Price:
 			elseif money >= Price:
 				act 'Buy':
 				act 'Buy':
@@ -379,7 +379,7 @@ if $ARGS[0] = 'view_clothing_item':
 
 
 		if $ARGS[2] ! 'coat' and $ARGS[2] ! 'swimwear':
 		if $ARGS[2] ! 'coat' and $ARGS[2] ! 'swimwear':
 		
 		
-			if CloExhibit >= pcs_exhibition:
+			if CloExhibit > pcs_exhibition:
 				'You don''t feel confident enough to wear an outfit this revealing.'
 				'You don''t feel confident enough to wear an outfit this revealing.'
 			else
 			else
 				act 'Wear':
 				act 'Wear':