Browse Source

[fixed] extra apostrophes

Kevin_Smarts 4 months ago
parent
commit
04b9765381
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/prostitution_functions.qsrc

+ 1 - 1
locations/prostitution_functions.qsrc

@@ -489,7 +489,7 @@ if $ARGS[0] = 'change_into_regular_clothes':
 	gs 'panties', 'wear', $lastwornpantytype['prostitute'], lastwornpantynumber['prostitute']
 	gs 'bras', 'wear', $lastwornbratype['prostitute'], lastwornbranumber['prostitute']
 	!!-- Shoes
-	gs 'shoes', 'wear', '$lastwornshoetype['prostitute']', lastwornshoenumber['prostitute']
+	gs 'shoes', 'wear', $lastwornshoetype['prostitute'], lastwornshoenumber['prostitute']
 	gs 'purses', 'wear', $lastwornpursetype['prostitute'], lastworndefpursenumber['prostitute']
 	gs 'prostitution_functions', 'work_clothes'
 	if prostitute['changed_for_work']: prostitute['changed_for_work'] = 0