Răsfoiți Sursa

[fixed] Wrong variable check

Kevin_Smarts 1 an în urmă
părinte
comite
9a8d38f65c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      locations/panties.qsrc

+ 1 - 1
locations/panties.qsrc

@@ -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.'