Forráskód Böngészése

[fixes] commented out all the lost clothing stuff in the banya and replaced with regular clothing strip/redress as a precaution dur to some irregularities

KevinSmarts 5 éve
szülő
commit
4aee2d06f1
1 módosított fájl, 13 hozzáadás és 10 törlés
  1. 13 10
      locations/Gadbana.qsrc

+ 13 - 10
locations/Gadbana.qsrc

@@ -17,7 +17,7 @@ if banya_underwear = 0:
 		banya_underwear = 2
 	end
 end
-clothesAtLocation = FUNC('lost_clothes_here','Gadbana')
+!!clothesAtLocation = FUNC('lost_clothes_here','Gadbana')
 
 '<center><h4>bath</h4></center>'
 
@@ -31,7 +31,7 @@ if mira = 0:
 		act 'Get dressed and leave':
 			minut += 1
 			menu_off = 1
-			gs 'clothing', 'recover_lost_clothes', 'Gadbana', 1
+			!!gs 'clothing', 'recover_lost_clothes', 'Gadbana', 1
 			if banya_underwear = 1: gs 'underwear', 'wear'
 			gs 'stat'
 			killvar 'banya_underwear'
@@ -48,7 +48,7 @@ if mira = 0:
 			inhib_exp += rand(0,2)
 			grandma_trouble += rand(0,1)
 			'<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/gaddvor_nude.jpg"></center>''It''s certainly risky leaving the hosue like this, and while it''s unlikely anyone saw you go outside naked, there''s a thrill in almost getting caught'
-			gs 'clothing', 'recover_lost_clothes', 'Gadbana'
+			!!gs 'clothing', 'recover_lost_clothes', 'Gadbana'
 			gs 'arousal', 'voyeur', 10, 'exhibitionism'
 			killvar 'banya_underwear'
 			gs 'stat'
@@ -62,7 +62,7 @@ if mira = 0:
 			inhib_exp += rand(0,2)
 			grandma_trouble += rand(0,1)
 			'<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/gaddvor_nude.jpg"></center>''It''s certainly risky leaving the hosue like this, and while it''s unlikely anyone saw you go outside in your underwear, there''s a thrill in almost getting caught'
-			gs 'clothing', 'recover_lost_clothes', 'Gadbana'
+			!!gs 'clothing', 'recover_lost_clothes', 'Gadbana'
 			gs 'arousal', 'voyeur', 10, 'exhibitionism'
 			killvar 'banya_underwear'
 			gs 'stat'
@@ -86,7 +86,7 @@ if mira = 0:
 					pcs_hairbsh = 0
 					pcs_makeup = 1
 					if $pantyworntype ! 'none' and $braworntype ! 'none': gs 'underwear', 'remove'
-					gs 'clothing', 'strip'
+					if $clothingworntype ! 'nude': gs 'clothing', 'strip'
 
 					banaday = daystart
 
@@ -115,7 +115,8 @@ if mira = 0:
 		minut += 25
 		dynamic $showerdin
 		if frost > 0:frost = 0
-		gs 'clothing', 'strip', 'Gadbana'
+		!!gs 'clothing', 'strip', 'Gadbana'
+		gs 'clothing', 'strip'
 		if $pantyworntype ! 'none' and $braworntype ! 'none': gs 'underwear', 'remove'
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/gadukino/village/mit.jpg"></center>'
@@ -131,7 +132,8 @@ if mira = 0:
 	if $clothingworntype ! 'nude':
 		act 'Remove clothes':
 			minut += 1
-			gs 'clothing', 'strip', 'Gadbana'
+			!!gs 'clothing', 'strip', 'Gadbana'
+			gs 'clothing', 'strip'
 			gs 'stat'
 			gt 'Gadbana'
 		end
@@ -230,7 +232,8 @@ else
 	act 'Undress':
 		cls
 		menu_off = 1
-		gs 'clothing', 'strip', 'Gadbana'
+		!!gs 'clothing', 'strip', 'Gadbana'
+		gs 'clothing', 'strip'
 		if $pantyworntype ! 'none' and $braworntype ! 'none': gs 'underwear', 'remove'
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/village/mira/miraban.jpg"></center>'
@@ -269,7 +272,7 @@ else
 						cla
 						mira = 0
 						minut += 1
-						gs 'clothing', 'recover_lost_clothes', 'Gaddvor', 1
+						!!gs 'clothing', 'recover_lost_clothes', 'Gaddvor', 1
 						if banya_underwear = 1: gs 'underwear', 'wear'
 						killvar 'banya_underwear'
 						gs 'stat'
@@ -284,7 +287,7 @@ else
 					grandma_trouble += rand(0,1)
 					'<center><img <<$set_imgh>> src="images/locations/gadukino/grandparents/gaddvor_nude.jpg"></center>'
 					'Luckily no one saw you outside naked, but there''s a thrill in almost getting caught'
-					gs 'clothing', 'recover_lost_clothes', 'Gaddvor'
+					!!gs 'clothing', 'recover_lost_clothes', 'Gaddvor'
 					gs 'arousal', 'voyeur', 10, 'exhibitionism'
 					gs 'arousal', 'end'
 					killvar 'banya_underwear'