Browse Source

[fixed] When stripping clothes shoes are also removed now

KevinSmarts 3 years ago
parent
commit
b622c7ac05
2 changed files with 4 additions and 2 deletions
  1. 2 0
      locations/clothing.qsrc
  2. 2 2
      locations/shoes.qsrc

+ 2 - 0
locations/clothing.qsrc

@@ -934,6 +934,7 @@ if $ARGS[0] = 'strip':
 	! WD: Bimbo look
 	cloth_vid = 0
 	exhibiHideNewCloth = 0
+	gs 'shoes', 'strip'
 end
 
 
@@ -1104,6 +1105,7 @@ if $ARGS[0] = 'wear_last_worn':
 	!!contingency
 	if $lastwornclothingtype = '': $lastwornclothingtype = 'nude'
 	gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
+	gs 'shoes', 'wear', 'last_worn'
 end
 
 if $ARGS[0] = 'swamp_clothes':

+ 2 - 2
locations/shoes.qsrc

@@ -280,10 +280,10 @@ end
 	
 if $ARGS[0] = 'wear':
 	!! ARGS 0 - action
-	!! ARGS 1 - shoe type name
+	!! ARGS 1 - shoe type name / last worn
 	!! ARGS 2 - shoe index
 
-	if $ARGS[0] = 'last_worn':
+	if $ARGS[1] = 'last_worn':
 		$shoeworntype = $shoelastworntype
 		shoewornnumber = shoelastwornnumber
 	else