Browse Source

[fixed] missing $ for a string variable

anjuna krokus 7 months ago
parent
commit
6197c856db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/police_station.qsrc

+ 1 - 1
locations/police_station.qsrc

@@ -1292,7 +1292,7 @@ if $ARGS[0] = 'returncell':
 	minut += 180
 	!! add the letter to be sent
 	policeQW_courtletter_dates[] = daystart + 7
-	policeQW_courtletter_subjects[] = '<<$policeQW[''crime_flag'']>>_<<$policeQW[''detective_type'']>>'
+	$policeQW_courtletter_subjects[] = '<<$policeQW[''crime_flag'']>>_<<$policeQW[''detective_type'']>>'
 	gs 'stat'
 
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/cityhold.jpg"></center>'