Browse Source

[Fixed] missing double apostrophes

rachels 2 weeks ago
parent
commit
1d45d019d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/pav_train_market.qsrc

+ 1 - 1
locations/pav_train_market.qsrc

@@ -107,7 +107,7 @@ if $ARGS[0] = 'start':
 				if mc_inventory['tapestry'] > 1:
 					act'Sell all of your tapestries':
 						*clr & cla
-						'You show Roman your tapestries, and he gives you <<mc_inventory['tapestry'] * 1000>> <b>₽</b> for them. You take the money and give him the tapestries.'
+						'You show Roman your tapestries, and he gives you <<mc_inventory[''tapestry''] * 1000>> <b>₽</b> for them. You take the money and give him the tapestries.'
 						money += mc_inventory['tapestry'] * 1000
 						mc_inventory['tapestry'] = 0
 						gs'stat'