1
0
فهرست منبع

[fixed] Couple of typos in prostitute clothing changes

Kevin_Smarts 3 ماه پیش
والد
کامیت
999f440505
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      locations/prostitution_functions.qsrc

+ 3 - 3
locations/prostitution_functions.qsrc

@@ -464,7 +464,7 @@ if $ARGS[0] = 'change_into_prostitute_outfit':
 	$lastwornshoetype['prostitute'] = $shoeworntype
 	lastwornshoenumber['prostitute'] = shoewornnumber
 	$lastwornpursetype['prostitute'] = $currentpursetype
-	lastworndefpursenumber['prostitute'] = currentpursenumber
+	lastwornpursenumber['prostitute'] = currentpursenumber
 	!!-- Clothing
 	gs 'clothing', 'wear', $prostitute['clothingworntype'], prostitute['clothingwornnumber']
 	!!-- Underwear
@@ -473,7 +473,7 @@ if $ARGS[0] = 'change_into_prostitute_outfit':
 	!!-- Shoes
 	gs 'shoes', 'wear', $prostitute['shoeworntype'], prostitute['shoewornnumber']
 	!!-- Bag
-	gs 'purses', 'wear', $prostitute['shoeworntype'], prostitute['shoewornnumber']
+	gs 'purses', 'wear', $prostitute['currentpursetype'], prostitute['currentpursenumber']
 
 !	!! TODO: Check for worn out here?
 
@@ -490,7 +490,7 @@ if $ARGS[0] = 'change_into_regular_clothes':
 	gs 'bras', 'wear', $lastwornbratype['prostitute'], lastwornbranumber['prostitute']
 	!!-- Shoes
 	gs 'shoes', 'wear', $lastwornshoetype['prostitute'], lastwornshoenumber['prostitute']
-	gs 'purses', 'wear', $lastwornpursetype['prostitute'], lastworndefpursenumber['prostitute']
+	gs 'purses', 'wear', $lastwornpursetype['prostitute'], lastwornpursenumber['prostitute']
 	gs 'prostitution_functions', 'work_clothes'
 	if prostitute['changed_for_work']: prostitute['changed_for_work'] = 0
 end