Преглед изворни кода

[Fixed] missing double apostrophes

rachels пре 2 недеља
родитељ
комит
d1d83300d9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      locations/sewing.qsrc

+ 1 - 1
locations/sewing.qsrc

@@ -63,7 +63,7 @@ if $ARGS[0] = 'start':
 						'You wonder if you can sell them somewhere.'
 					else
 						mc_inventory['trinkets_garage'] += 1
-						'The storage space in your room is full, but you can still store it in your stepfather''s garage, ' + iif(mc_inventory['trinkets_garage'] < 100, 'along with probably another <<100 - mc_inventory['trinkets_garage']>>.', 'though it doesn''t look like there''s space for any more beyond that there either.')
+						'The storage space in your room is full, but you can still store it in your stepfather''s garage, ' + iif(mc_inventory['trinkets_garage'] < 100, 'along with probably another <<100 - mc_inventory[''trinkets_garage'']>>.', 'though it doesn''t look like there''s space for any more beyond that there either.')
 						*nl
 						'You wonder how many you can sell at the train station.'
 					end