1
0
Prechádzať zdrojové kódy

[fixed] Stripped clothing at secluded breach and sauna were not being stored in correct variables, should be good now.

Kevin_Smarts 1 rok pred
rodič
commit
42ee7ec8fa
1 zmenil súbory, kde vykonal 16 pridanie a 6 odobranie
  1. 16 6
      locations/pav_lake_nude.qsrc

+ 16 - 6
locations/pav_lake_nude.qsrc

@@ -80,6 +80,14 @@ if month >= 5 and month <= 9:
 				if pcs_inhib < 60: inhib_exp += rand(1,3)
 				gs 'willpower', 'exhib', 'self', 'easy'
 				gs 'willpower', 'pay', 'self'
+				if PCloSwimwear = 0:
+					$lastwornclothingtype['swim'] = $clothingworntype
+					lastwornclothingnumber['swim'] = clothingwornnumber
+					$lastwornpantytype['swim'] = $pantyworntype
+					lastwornpantynumber['swim'] = pantywornnumber
+					$lastwornbratype['swim'] = $braworntype
+					lastwornbranumber['swim'] = brawornnumber
+				end
 				gs 'clothing', 'strip_all'
 				gs 'stat'
 				if pcs_horny >= 80 and exhibitionist_lvl > 1:
@@ -342,12 +350,14 @@ if $ARGS[0] = 'sauna':
 			menu_off = 1
 			minut +=  5
 			sauna_stripped = 1
-			$lastwornclothingtype['swim'] = $clothingworntype
-			lastwornclothingnumber['swim'] = clothingwornnumber
-			$lastwornpantytype['swim'] = $pantyworntype
-			lastwornpantynumber['swim'] = pantywornnumber
-			$lastwornbratype['swim'] = $braworntype
-			lastwornbranumber['swim'] = brawornnumber
+			if PCloSwimwear = 0:
+				$lastwornclothingtype['swim'] = $clothingworntype
+				lastwornclothingnumber['swim'] = clothingwornnumber
+				$lastwornpantytype['swim'] = $pantyworntype
+				lastwornpantynumber['swim'] = pantywornnumber
+				$lastwornbratype['swim'] = $braworntype
+				lastwornbranumber['swim'] = brawornnumber
+			end
 			gs 'clothing', 'strip_all'
 			gs 'stat'
 			'You strip out of your clothes, folding them neatly and placing them in one of the open shelves.'