Browse Source

Fix bomba_dresses -> bomba_dress

rachels 3 years ago
parent
commit
39b443b2eb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/shop_tsar_bomba.qsrc

+ 3 - 3
locations/shop_tsar_bomba.qsrc

@@ -51,7 +51,7 @@ if $ARGS[0] = 'dresses':
 		end
 
 		:loopbomba_dresses
-			if bomba_dresses[i] = 0:
+			if bomba_dress[i] = 0:
 				gs 'clothing_attributes', 'bomba_dresses', i
 				gs 'clothing_QV', 'shop_filter'
 
@@ -68,12 +68,12 @@ end
 if $ARGS[0] = 'bomba_dresses':
 	cla
 	menu_off = 1
-	if bomba_dresses[i] ! 0:
+	if bomba_dress[i] ! 0:
 		msg 'You already own these clothes.'
 		gt 'shop_tsar_bomba', 'clothes'
 	end
 
-	gt 'clothing', 'view_clothing_item', 'shop', 'bomba_dresses',i, 3500
+	gt 'clothing', 'view_clothing_item', 'shop', 'bomba_dress',i, 3500
 end
 
 if $ARGS[0] = 'clothes':