浏览代码

[fixed] Wrong variable check

Kevin_Smarts 1 年之前
父节点
当前提交
9a8d38f65c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.'