Browse Source

[fixed] Set correct prices base for new shops as was still using mon cheri price from template

KevinSmarts 3 năm trước cách đây
mục cha
commit
ef465ab2dd

+ 2 - 2
locations/shop_coco_carmen.qsrc

@@ -69,7 +69,7 @@ if $ARGS[0] = 'coco_dress':
 		gt 'shop_coco_carmen', 'dress'
 	end
 
-	gt 'clothing', 'view_clothing_item', 'shop', 'coco_dress',i, 20000
+	gt 'clothing', 'view_clothing_item', 'shop', 'coco_dress',i, 3000
 end
 
 if $ARGS[0] = 'outfits':
@@ -118,7 +118,7 @@ if $ARGS[0] = 'coco_outfits':
 		gt 'shop_coco_carmen', 'outfits'
 	end
 
-	gt 'clothing', 'view_clothing_item', 'shop', 'coco_outfits',i, 20000
+	gt 'clothing', 'view_clothing_item', 'shop', 'coco_outfits',i, 3000
 
 end
 

+ 2 - 2
locations/shop_flamingos.qsrc

@@ -69,7 +69,7 @@ if $ARGS[0] = 'flamingos_dress':
 		gt 'shop_flamingos', 'dresses'
 	end
 
-	gt 'clothing', 'view_clothing_item', 'shop', 'flamingos_dress',i, 20000
+	gt 'clothing', 'view_clothing_item', 'shop', 'flamingos_dress',i, 3000
 end
 
 if $ARGS[0] = 'clothes':
@@ -118,7 +118,7 @@ if $ARGS[0] = 'flamingos_outfit':
 		gt 'shop_flamingos', 'clothes'
 	end
 
-	gt 'clothing', 'view_clothing_item', 'shop', 'flamingos_outfit',i, 20000
+	gt 'clothing', 'view_clothing_item', 'shop', 'flamingos_outfit',i, 3000
 
 end
 

+ 2 - 2
locations/shop_tsar_bomba.qsrc

@@ -73,7 +73,7 @@ if $ARGS[0] = 'bomba_dresses':
 		gt 'shop_tsar_bomba', 'clothes'
 	end
 
-	gt 'clothing', 'view_clothing_item', 'shop', 'bomba_dresses',i, 20000
+	gt 'clothing', 'view_clothing_item', 'shop', 'bomba_dresses',i, 3500
 end
 
 if $ARGS[0] = 'clothes':
@@ -122,7 +122,7 @@ if $ARGS[0] = 'bomba_outift':
 		gt 'shop_tsar_bomba', 'clothes'
 	end
 
-	gt 'clothing', 'view_clothing_item', 'shop', 'bomba_outfit',i, 20000
+	gt 'clothing', 'view_clothing_item', 'shop', 'bomba_outfit',i, 3500
 end
 
 if $ARGS[0] = 'purses':