|
@@ -148,7 +148,7 @@ if $ARGS[0] = 'view_panty_item':
|
|
|
'You do not have enough money in your bank to buy these panties.'
|
|
|
end
|
|
|
if underwear['pair'] > 0:
|
|
|
- if dyneval('RESULT = <<$ARGS[2]>>_panties[<<underwear[''pair'']>>]') = 1:
|
|
|
+ if dyneval('RESULT = <<$ARGS[2]>>_bra[<<underwear[''pair'']>>]') = 1:
|
|
|
'You own the matching bra buying these panties will complete the set.'
|
|
|
else
|
|
|
'You do not own the matching bra, you can buy it and these panties together as a set.'
|