|
@@ -278,7 +278,7 @@ if $ARGS[0] = 'view_clothing_item':
|
|
|
end
|
|
|
'Price: <<price>>'
|
|
|
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.'
|
|
|
elseif money >= Price:
|
|
|
act 'Buy':
|
|
@@ -379,7 +379,7 @@ if $ARGS[0] = 'view_clothing_item':
|
|
|
|
|
|
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.'
|
|
|
else
|
|
|
act 'Wear':
|