|
@@ -310,9 +310,9 @@ if $ARGS[0] = 'view_bra_item':
|
|
|
if dyneval('RESULT = <<$ARGS[2]>>_panties[<<underwear[''pair'']>>]') = 1:
|
|
|
'You own these panties and can wear this set.'
|
|
|
act 'Wear set':
|
|
|
- if CloBra = 1:
|
|
|
+ if PCloBra = 1:
|
|
|
msg'You cannot wear a bra with this top'
|
|
|
- elseif CloPanties = 1:
|
|
|
+ elseif PCloPanties = 1:
|
|
|
msg'You cannot wear a panties with this outfit'
|
|
|
else
|
|
|
if hypnoBra > 0 and hypnoPanty > 0:
|