|
@@ -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
|