Browse Source

[fixes] you are not longer forced to get ouside nude after going to the grandmothers sauna with mira and removed some unnecessary code

julzor 5 years ago
parent
commit
eb6d2e7c11
1 changed files with 14 additions and 11 deletions
  1. 14 11
      locations/Gadbana.qsrc

+ 14 - 11
locations/Gadbana.qsrc

@@ -17,6 +17,7 @@ gs 'stat'
 if mira = 0:
 	if $clothingworntype = 'nude':
 		act 'Get dressed':
+			minut += 1
 			gs 'clothing', 'wear_last_worn'
 			gs 'underwear', 'wear'
 			gt 'Gadbana'
@@ -63,11 +64,13 @@ if mira = 0:
 					'You strip, sit down and relax. After a proper banya session, you pick up a bucket filled with cold water and pour it over yourself and head over to the shower. You feel like a completely new person.'
 
 					act 'Get dressed':
+						minut += 1
 						gs 'clothing', 'wear_last_worn'
 						gs 'underwear', 'wear'
 						gt 'Gadbana'
 					end
-					act 'Go outside': minut += 1 & gt 'Gaddvor'
+					
+					act 'Go outside nude': minut += 1 & gt 'Gaddvor'
 				end
 			end
 		else
@@ -251,15 +254,6 @@ else
 			gs 'arousal', 'voyeur', 10
 			gs 'stat'
 			act 'Steam':
-				!{
-				dynamic $showerdin
-				vidageday += 1
-				pcs_mood += 20
-				pcs_health += healthmax/20
-				pcs_skin += 5
-				if pcs_skin >= 20:pcs_skin = 0 & skin += 1
-				}
-				!copy from 40~62, different sauna in Russian.
 				cls
 				dynamic $showerdin
 				pcs_hairbsh = 0
@@ -276,7 +270,16 @@ else
 				gs 'arousal', 'voyeur', 120
 				gs 'arousal', 'end'
 				gs 'stat'
-				act 'Finish': mira = 0 & gt 'gaddvor'
+				
+				act 'Get dressed':
+					mira = 0
+					minut += 1
+					gs 'clothing', 'wear_last_worn'
+					gs 'underwear', 'wear'
+					gt 'Gadbana'
+				end
+				
+				act 'Go outside nude': mira = 0 & minut += 1 & gt 'Gaddvor'
 			end
 		end
 	end