Browse Source

[revert] gadforest hunter content stage 2:
[fixed] missing (torn) clothes in gadforest
[added] mushroom and berries back to gadforestswamp

3xpurt 4 years ago
parent
commit
83b1ed3e17

+ 1 - 28
locations/gadforest.qsrc

@@ -98,10 +98,6 @@ if $ARGS[0] = '1':
 			if clothesAtLocation = 0:
 				inhib_exp += rand(0,2)
 				'You seem to have misplaced your clothes! You have little choice but to sneak out the woods, hiding your naked body in shadow and moving toward your grandparents house. You wonder where you might have left your clothes.'
-			elseif gadforest_clothestorn = 1:
-				! no clothes here, they must be ripped apart enough times in the woods or swamp to get destroyed.
-				gadforest_clothestorn = 0
-				'Your clothes were torn to shreds in the woods, leaving you with no choice but to head back completely naked, hiding your naked body in shadow and move toward your grandparents house as stealthily as possible.'
 			elseif clothesAtLocation = 1:
 				'You decide to stash your belongings and sneak out the woods completely naked, purely for the thrill of it, hiding your naked body in shadow and moving toward your grandparents house, avoiding any well lit areas.'
 			end
@@ -296,7 +292,7 @@ if $ARGS[0] = '1':
 	end
 
 	if joint > 0 and jointhigh = 0: act 'Smoke a joint': gs 'drugs', 'joint' & gt $loc, $metka
-	
+
 	if goswamp = 1 and MiraLoc ! 3:
 		! day time chance to get stuck in swamp. ps. use bike to get there 100% of the time by illume
 		if hour >= 6 and hour < 20:
@@ -313,7 +309,6 @@ if $ARGS[0] = '1':
 			act 'Go to the swamp':gt 'gadforest_event', 'swamp_road'
 		end
 	end
-	if rand(1,10)> 9: gs 'gadforest', 'torncloth'
 	gs 'stat'
 end
 
@@ -464,7 +459,6 @@ if $ARGS[0] = '2':
 			if goforest < lostrand:gt 'gadforest', 'gadforestloststart'
 	 	end
 	end
-	if rand(1,10)> 8: gs 'gadforest', 'torncloth'
 end
 
 if $ARGS[0] = '3':
@@ -550,7 +544,6 @@ if $ARGS[0] = '3':
 			if goforest < lostrand:gt 'gadforest', 'gadforestloststart'
 	 	end
 	end
-	if rand(1,10)> 6: gs 'gadforest', 'torncloth'
 end
 
 if $ARGS[0] = '4':
@@ -634,7 +627,6 @@ if $ARGS[0] = '4':
 		if goforest >= lostrand and goswamp = 0:minut += 30 & gt 'gadforestswamp','1'
 		if goforest < lostrand:gt 'gadforest', 'gadforestloststart'
 	end
-	if rand(1,10)> 7: gs 'gadforest', 'torncloth'
 end
 
 !dynamics to ARGS by illume
@@ -690,24 +682,5 @@ if $ARGS[0] = 'gadforestloststart':
 	if StoryLine = 1: forest_lostday = daystart + rand(1,3)
 end
 
-if $ARGS[0] = 'torncloth':
-	menu_off = 1
-	gs 'stat'
-	!the withdrawal strength of the garment, if not jeans. moved from gadforest 1 into args, and call in all forest by illume
-	if $clothingworntype ! 'nude':
-		if (PCloThinness = 1 or PCloSkirt > 0) and PCloQuality < 5:
-			!skirts, not fit, and not high-class enough by illume
-			'Oops, your clothes get snagged and tear slightly.'
-			dynamic $clothingworntype + 'H[<<clothingwornnumber>>] -= 1'
-			!add remove clothes if worn out
-			if dyneval('RESULT = <<$clothingworntype>>H[<<clothingwornnumber>>]') <= 0:
-				'Your ripped clothes were barely holding together, but now they have finally fell apart. You are naked now.'
-				gadforest_clothestorn = 1
-				gs 'clothing', 'strip', 'gadforest', 2
-			end
-		end
-	end
-end
-
 --- gadforest ---------------------------------
 

+ 9 - 5
locations/gadforest_event.qsrc

@@ -2501,11 +2501,13 @@ if $ARGS[0] = 'forest_hunters':
 					act 'Go with them':hunters = 1 & minut += 60 & gt 'swamp_yard'
 				else
 					act 'Go with them':
-						temp_gadf = rand(1,2)
+						temp_gadf = rand(1,3)
 						temphunt = rand(1,3)
 						hunters = 1
 						if temp_gadf = 1:
 							forest_huntersex = 1 & gt 'hunters', 'start'
+						elseif temp_gadf = 2:
+							forest_huntersex = 2 & gt 'huntersex', 'doublelovesex'
 						else
 							forest_huntersex = 3 & gt 'hunters', 'start'
 						end
@@ -2584,10 +2586,11 @@ if $ARGS[0] = 'forest_hunters':
 						act 'Go with them':hunters = 1 & minut += 60 & gt 'swamp_yard'
 						act 'Stay in the woods':gt $loc, $metka
 					else
-						temp_gadf = rand(1,2)
+						temp_gadf = rand(1,3)
 						temphunt = rand(1,3)
 						if temp_gadf = 1:hunters = 1 & forest_huntersex = 1 & gt 'hunters', 'start'
-						if temp_gadf = 2:hunters = 1 & forest_huntersex = 3 & gt 'hunters', 'start'
+						if temp_gadf = 2:hunters = 1 & forest_huntersex = 2 & gt 'huntersex', 'doublelovesex'
+						if temp_gadf = 3:hunters = 1 & forest_huntersex = 3 & gt 'hunters', 'start'
 					end
 				end
 			end
@@ -2627,10 +2630,11 @@ if $ARGS[0] = 'forest_hunters':
 				if pcs_horny >= 40 and pcs_horny < 70:'"It must be this way." you thought as you followed the guys, knowing where they were taking you and why.'
 				if pcs_horny >= 70:'"Well, that''s exactly what you need right now." you thought, feeling your pussy screaming with desire. You went with the guys, you were so eager, you almost lead the way.'
 
-				temp_gadf = rand(1,2)
+				temp_gadf = rand(1,3)
 				temphunt = rand(1,3)
 				if temp_gadf = 1:hunters = 1 & forest_huntersex = 1 & gt 'hunters', 'start'
-				if temp_gadf = 2:hunters = 1 & forest_huntersex = 3 & gt 'hunters', 'start'
+				if temp_gadf = 2:hunters = 1 & forest_huntersex = 2 & gt 'huntersex', 'doublelovesex'
+				if temp_gadf = 3:hunters = 1 & forest_huntersex = 3 & gt 'hunters', 'start'
 			end
 		end
 	end

+ 31 - 8
locations/gadforestswamp.qsrc

@@ -74,14 +74,14 @@ if $ARGS[0] = '2':
 	if pcs_makeup > 1:pcs_makeup = 0
 
 	! clothes wear out
-	if dirty = 0 and ($clothingworntype ! 'nude' and $clothingworntype ! 'swimwear'):dirty = 1 & dynamic $clothingworntype + 'H[<<clothingwornnumber>>] -= 10'
-	! add remove clothes if worn out
-	if dyneval('RESULT = <<$clothingworntype>>H[<<clothingwornnumber>>]') <= 0:
-		'Your ripped clothes were barely holding together, but now they have finally fell apart.'
-		'You are naked now.'
-		gadforest_clothestorn = 1
-		gs 'clothing', 'strip', 'gadforestswamp', 2
-	end
+	! if dirty = 0 and ($clothingworntype ! 'nude' and $clothingworntype ! 'swimwear'):dirty = 1 & dynamic $clothingworntype + 'H[<<clothingwornnumber>>] -= 10'
+	add remove clothes if worn out
+	! if dyneval('RESULT = <<$clothingworntype>>H[<<clothingwornnumber>>]') <= 0:
+		! 'Your ripped clothes were barely holding together, but now they have finally fell apart.'
+		! 'You are naked now.'
+		! gadforest_clothestorn = 1
+		! gs 'clothing', 'strip', 'gadforestswamp', 2
+	! end
 	gs 'stat'
 	'<center><H4>Swamp</H4></center>'
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/panicswamp.jpg"></center>'
@@ -176,6 +176,29 @@ if $ARGS[0] = '2':
 	end
 end
 
+if hour >= 6 and hour <= 20 and month >= 6 and month <= 9 and boletus + bilberry < 10 and swamp_day ! daystart:
+	act 'Look for mushrooms and berries (0:30)':
+		cla
+		*clr
+		menu_off = 1
+		minut += 30
+		temp = RAND(1,2)
+		swamp_day = daystart
+		if goforest < 20:goforest += rand(0,1)
+		new_boletus += rand(4,5)
+		boletus += new_boletus
+		new_bilberry += rand(4,5)
+		bilberry += new_bilberry
+		pcs_mood += 5
+		gs 'stat'
+
+		gs 'gadforest', 'clothes1'
+
+		'You spend half an hour wandering through the woods in search of mushrooms and berries and manage to find <<new_boletus>> kg of mushrooms and <<new_bilberry>> kg of berries.'
+
+		act 'Continue': gt'swamp'
+	end
+end
 $swampclothes = {
 	if ($clothingworntype ! 'nude' and $clothingworntype ! 'swimwear') and CloSkirtShortness = 0:'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/goswamp1.jpg"></center>'
 	if ($clothingworntype ! 'nude' and $clothingworntype ! 'swimwear') and CloSkirtShortness > 0:'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/goswamp_ski1.jpg"></center>'

+ 21 - 21
locations/hunters.qsrc

@@ -1,9 +1,9 @@
-btw with headshots. wants # hunters
+# hunters
 
-if $ARGS[0]='start':
+if $ARGS[0] = 'start':
 	gs 'stat'
 
-	!$textsexhunter = 'From a member of the unpleasant smells and remains in the mouth tastes foul feces. "-Damn, I had to do an enema." - belatedly dumaeete you.'
+	$textsexhunter = 'From a member of the unpleasant smells and remains in the mouth tastes foul feces. "-Damn, I had to do an enema." - belatedly dumaeete you.'
 
 	if huntersKnow > 0:
 		if hour = 8 or hour = 14 or hour = 19:
@@ -604,7 +604,7 @@ if $ARGS[0]='start':
 				gs 'arousal', 'vaginal_finger', 5, 'sub', 'gangbang'
 				minut -= 5
 				gs 'stat'
-				
+
 				act 'Further':
 					*clr & cla
 					minut += 5
@@ -1079,7 +1079,7 @@ if $ARGS[0]='huntersgroupVias':
 	minut -= 5
 	gs 'stat'
 
-	huntsexa = rand(2,5)	
+	huntsexa = rand(2,5)
 	gs 'hunters', 'rng_6'
 end
 
@@ -1130,7 +1130,7 @@ if $ARGS[0]='huntersgroupVas1':
 	minut -= 5
 	gs 'stat'
 
-	huntsexa = rand(1,4)	
+	huntsexa = rand(1,4)
 	gs 'hunters', 'rng_5'
 end
 
@@ -1383,7 +1383,7 @@ if $ARGS[0]='huntersgroupVia':
 	gs 'cum_call', 'mouth', $boy, 1
 	gs 'dinsex', 'dinrandswallow'
 	if huntersexnude = 1 or forest_huntersex = 3:'Sergei cums in your mouth. You''re not able to swallow the load and the some part of it gets smeared over your face. Sergei steppes aside satisfied, you keep on fucking Igor, and sucking Andrei...'
-   	if forest_gopsex = 3:' Kolyamba cums in your mouth. You''re not able to swallow the load and the some part of it gets smeared over your face. Kolyamba steppes aside satisfied, you keep on fucking Vasyan, and sucking Mitka...'
+	if forest_gopsex = 3:' Kolyamba cums in your mouth. You''re not able to swallow the load and the some part of it gets smeared over your face. Kolyamba steppes aside satisfied, you keep on fucking Vasyan, and sucking Mitka...'
 
 	gs 'arousal', 'hj', 5, 'sub', 'gangbang'
 	gs 'arousal', 'vaginal', 5, 'sub', 'rough'
@@ -1465,7 +1465,7 @@ if $ARGS[0]='huntersgroupVa1':
 	gs 'dinsex', 'boy_puts_condom'
 	gs 'dinsex','vaginal_sex',10
 	gs 'dinsex','sexcum'
-   	if huntersexnude = 1 or forest_huntersex = 3:'A satisfied Igor stepped aside, you continue on with Andrei...'
+	if huntersexnude = 1 or forest_huntersex = 3:'A satisfied Igor stepped aside, you continue on with Andrei...'
 	if forest_gopsex = 3:'Vasyan walks away satisfied, you continue pleasuring Mitka... '
 
 	gs 'arousal', 'bj', 5, 'sub', 'gangbang'
@@ -1497,7 +1497,7 @@ if $ARGS[0]='huntersgroupVaOsHi':
 	minut -= 5
 	gs 'stat'
 
-	huntsexa = rand(2,5)	
+	huntsexa = rand(2,5)
 	gs 'hunters', 'rng_6'
 end
 
@@ -1642,7 +1642,7 @@ if $ARGS[0]='huntersgroupDPas':
 	gs 'stat'
 
 	lubonus += rand(2,3)
-	
+
 	huntsexa = rand(1,4)
 	gs 'hunters', 'rng_5'
 end
@@ -1682,7 +1682,7 @@ if $ARGS[0]='huntersgroupDPai':
 	gs 'arousal', 'vaginal', 5, 'sub', 'gangbang'
 	minut -= 5
 	gs 'stat'
-	
+
 	huntsexa = rand(2,5)
 	gs 'hunters', 'rng_4'
 end
@@ -1933,7 +1933,7 @@ if $ARGS[0]='huntersgroupVaOs':
 	minut -= 5
 	gs 'stat'
 
-	huntsexa = rand(1,4)	
+	huntsexa = rand(1,4)
 	gs 'hunters', 'rng_5'
 end
 
@@ -1989,7 +1989,7 @@ if $ARGS[0]='huntersgroupVaO':
 	gs 'arousal', 'vaginal', 5, 'sub', 'gangbang'
 	minut -= 5
 	gs 'stat'
-	
+
 	huntsexa = rand(1,4)
 	gs 'hunters', 'rng_7'
 end
@@ -2560,10 +2560,10 @@ if $ARGS[0]='hunterslutORAL':
 	gs 'stat'
 
 	huntsexa = rand(1,10)
-	
+
 	if pcs_sleep >= 10 and huntsexa <= 7:'Interrupting you, the guy says...'
 	if pcs_sleep >= 10 and huntsexa > 7:'All of a sudden <<$boydesc>> begins moving faster, making sounds, you quickly realize he''s edging and would be cumming soon.'
-	
+
 	gs 'hunters', 'rng_9'
 end
 
@@ -2577,7 +2577,7 @@ if $ARGS[0]='hunterslutCOW':
 	gs 'stat'
 
 	huntsexa = rand(2,10)
-	
+
 	if pcs_sleep >= 10 and huntsexa <= 7:'You can see that <<$boydesc>> enjoys fucking you in this position...'
 	if pcs_sleep >= 10 and huntsexa > 7:'Suddenly <<$boydesc>> began moving faster, grunting, you quickly realize he was edging and would be cumming soon.'
 
@@ -2594,7 +2594,7 @@ if $ARGS[0]='hunterslutHANDS':
 	gs 'stat'
 
 	huntsexa = rand(2,10)
-	
+
 	if pcs_sleep >= 10 and huntsexa <= 7:'<<$boydesc>> lets out some grunts, he really enjoys fucking you in this position...'
 	if pcs_sleep >= 10 and huntsexa > 7:'<<$boydesc>> starts breathing heavily and grunting loudly, you realize he''s edging and is going to finish soon.'
 
@@ -2611,7 +2611,7 @@ if $ARGS[0]='hunterslutTREE':
 	gs 'stat'
 
 	huntsexa = rand(2,10)
-	
+
 	if pcs_sleep >= 10 and huntsexa <= 7:'<<$boydesc>> tells you that he enjoys fucking you in this position ...'
 	if pcs_sleep >= 10 and huntsexa > 7:'Suddenly <<$boydesc>> began moving faster, grunting, you quickly realize he was edging and would be cumming soon.'
 
@@ -2628,7 +2628,7 @@ if $ARGS[0]='hunterslutTREELEG':
 	gs 'stat'
 
 	huntsexa = rand(2,10)
-	
+
 	if pcs_sleep >= 10 and huntsexa <= 7:'<<$boydesc>> tells you that he could fuck you forever in this position...'
 	if pcs_sleep >= 10 and huntsexa > 7:'Suddenly <<$boydesc>> starts breathing heavily and grunting loudly, you realize he''s edging and is going to finish soon.'
 
@@ -2645,7 +2645,7 @@ if $ARGS[0]='hunterslutLEG1':
 	gs 'stat'
 
 	huntsexa = rand(2,10)
-	
+
 	if pcs_sleep >= 10 and huntsexa <= 7:'<<$boydesc>> whispers in your ear that he really enjoys fucking you in this position...'
 	if pcs_sleep >= 10 and huntsexa > 7:'All of a sudden <<$boydesc>> begins moving faster, making sounds, you quickly realize he''s edging and would be cumming soon.'
 
@@ -2662,7 +2662,7 @@ if $ARGS[0]='hunterslutLEG2':
 	gs 'stat'
 
 	huntsexa = rand(2,10)
-	
+
 	if pcs_sleep >= 10 and huntsexa <= 7:'<<$boydesc>> tells you that he could fuck you forever in this position...'
 	if pcs_sleep >= 10 and huntsexa > 7:'Suddenly <<$boydesc>> began moving faster, grunting, you quickly realize he was edging and would be cumming soon.'
 

+ 91 - 91
locations/huntersex.qsrc

@@ -1,7 +1,7 @@
 # huntersex
 
 if $ARGS[0] = 'sexafterstrip1':
-!$textsexhunter = 'From a member of the unpleasant smells and remains in the mouth tastes foul feces. " - Damn, I had to do an enema." - belatedly dumaeete you.'
+$textsexhunter = 'From a member of the unpleasant smells and remains in the mouth tastes foul feces. " - Damn, I had to do an enema." - belatedly dumaeete you.'
 !sex after of Striptease if she`s not a whore
 	gs 'boyStat', 'A172','1' &! Andrei
 	gs 'boyStat', 'A173','2' &! Igor
@@ -68,7 +68,7 @@ if $ARGS[0] = 'sexafterstrip1':
 						gs 'arousal', 'vaginal', 10, 'dick[1]', 'sub', 'gangbang'
 						minut -= 10
 						gs 'stat'
-						
+
 						act 'Lie on your side':
 							*clr & cla
 							'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/dance/hantersgrv2aosi1.'+rand(1,3)+'.jpg"></center>'
@@ -158,16 +158,16 @@ if $ARGS[0] = 'sexafterstrip1':
 															'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/dancesexson.jpg"></center>'
 															'As soon as the guys moved away from you, you passed out on the floor from exhaustion...'
 															'Before you totally lost consciousness you hear the guys talking about you...'
-															
+
 															if huntersIgorLove > 0:'" - I told you Igor, that she was a whore, and you didn`t believe me. Well, now you know..." says Andrei.'
 															if huntersIgorLove = 1 or huntersIgorLove = 2:'" - and I thought she really was the one." replies Igor. You realize that your relationship with him is now over.'
 															if huntersIgorLove = 3:'" - and I thought she really was the one." replies Igor. You realize that your marriage with him is now over.'
-															
+
 															if huntersSergeiLove > 0:'" - I told you Sergei, that she was a whore, and you didn`t believe me," says Andrei.'
 															if huntersSergeiLove > 0:'" - Yeah, you were right all along." relies Sergei. You realize that your relationship with him is now over.'
-															
+
 															if huntersAndreiLove > 0:'" - Yeah, I thought you were different, but in the end you were just a slut like all the other girls" says Andrei. He spits on you before walking away. You realize that your relationship with him is now over.'
-															
+
 															act 'Wake up':
 																*clr & cla
 																minut += 600
@@ -396,8 +396,8 @@ if $ARGS[0] = 'doubleloveOralCum12_1':
 	'<<$textsexhunter6>>'
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	gs 'stat'
-	
-	
+
+
 	gs 'huntersex', 'rng_2'
 end
 
@@ -407,7 +407,7 @@ if $ARGS[0] = 'doubleloveOralCum12_2':
 	'You kneel in front of guys and begin sucking their dicks, taking turns and paying attention to each one...'
 	gs 'cum_call', 'mouth', $boy, 1
 	swallow += 1
-	
+
 	if temphunt <= 2:gs 'boyStat', 'A172'
 	if temphunt = 3:gs 'boyStat', 'A173'
 	if temphunt = 4 or temphunt = 5:gs 'boyStat', 'A63'
@@ -423,13 +423,13 @@ if $ARGS[0] = 'doubleloveOralCum12_2':
 	'<<$textsexhunter6>>'
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	gs 'stat'
-	
-	gs 'huntersex', 'rng_3'	
+
+	gs 'huntersex', 'rng_3'
 end
 
 if $ARGS[0] = 'doubleloveDog112':
 	*clr & cla
-	lubonus += 1	
+	lubonus += 1
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/doublelovedog112.'+rand(1,3)+'.jpg"></center>'
 	'You bend over in between the boys and suck one cock, while the second penetrates you from behind...'
 
@@ -450,7 +450,7 @@ if $ARGS[0] = 'doubleloveDog112':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_4'
 end
 
@@ -477,9 +477,9 @@ if $ARGS[0] = 'doubleloveDogCum112_1':
 	gs 'arousal', 'anal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_2'
-end 
+end
 
 if $ARGS[0] = 'doubleloveDogCum112_2':
 	*clr & cla
@@ -487,7 +487,7 @@ if $ARGS[0] = 'doubleloveDogCum112_2':
 	'You bend over in between the boys and suck one cock, while the second penetrates you from behind...'
 	gs 'cum_call', 'mouth', $boy, 1
 	swallow += 1
-	
+
 	if temphunt <= 2:gs 'boyStat', 'A172' & boyAsexa += 1
 	if temphunt = 3:gs 'boyStat', 'A173' & boyAsexa += 1
 	if temphunt = 4 or temphunt = 5:gs 'boyStat', 'A63' & boyAsexa += 1
@@ -506,9 +506,9 @@ if $ARGS[0] = 'doubleloveDogCum112_2':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_3'
-end 
+end
 
 if $ARGS[0] = 'doubleloveDog212':
 	*clr & cla
@@ -533,7 +533,7 @@ if $ARGS[0] = 'doubleloveDog212':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_4'
 end
 
@@ -542,7 +542,7 @@ if $ARGS[0] = 'doubleloveDogCum212_1':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/doublelovedogcum212_1.jpg"></center>'
 	'You bend over in between the boys and suck one cock, while the second penetrates you from behind...'
 	gs 'cum_call', 'anus', $boy, 1
-	
+
 	if temphunt <= 2:gs 'boyStat', 'A172'
    	if temphunt = 3:gs 'boyStat', 'A173'
 	if temphunt = 4 or temphunt = 5:gs 'boyStat', 'A63'
@@ -561,7 +561,7 @@ if $ARGS[0] = 'doubleloveDogCum212_1':
 	gs 'arousal', 'anal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_3'
 end
 
@@ -571,7 +571,7 @@ if $ARGS[0] = 'doubleloveDogCum212_2':
 	'You bend over in between the boys and suck one cock, while the second penetrates you from behind...'
 	gs 'cum_call', 'mouth', $boy, 1
 	swallow += 1
-	
+
 	if temphunt = 1 or temphunt = 3:gs 'boyStat', 'A174' & boyBsexa += 1
 	if temphunt = 2:gs 'boyStat', 'A173' & boyBsexa += 1
 	if temphunt = 4 or temphunt = 6:gs 'boyStat', 'A61' & boyBsexa += 1
@@ -590,7 +590,7 @@ if $ARGS[0] = 'doubleloveDogCum212_2':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_2'
 end
 
@@ -617,7 +617,7 @@ if $ARGS[0] = 'doubleloveSide12':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_1'
 end
 
@@ -626,7 +626,7 @@ if $ARGS[0] = 'doubleloveSideCum12_1':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/doublelovesidecum12_1.jpg"></center>'
 	'You lie on your side with a member in front of your face, and the other one penetrating you from behind...'
 	gs 'cum_call', 'anus', $boy, 1
-	
+
 	if temphunt <= 2:gs 'boyStat', 'A172'
    	if temphunt = 3:gs 'boyStat', 'A173'
 	if temphunt = 4 or temphunt = 5:gs 'boyStat', 'A63'
@@ -645,7 +645,7 @@ if $ARGS[0] = 'doubleloveSideCum12_1':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_3'
 end
 
@@ -656,7 +656,7 @@ if $ARGS[0] = 'doubleloveSideCum12_2':
 	'You lie on your side with a member in front of your face, and the other one penetrating you from behind...'
 	gs 'cum_call', 'mouth', $boy, 1
 	swallow += 1
-	
+
 	if temphunt = 1 or temphunt = 3:gs 'boyStat', 'A174' & boyBsexa += 1
 	if temphunt = 2:gs 'boyStat', 'A173' & boyBsexa += 1
 	if temphunt = 4 or temphunt = 6:gs 'boyStat', 'A61' & boyBsexa += 1
@@ -675,7 +675,7 @@ if $ARGS[0] = 'doubleloveSideCum12_2':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_2'
 end
 
@@ -714,7 +714,7 @@ if $ARGS[0] = 'doubleloveCowCum112_1':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/doublelovecowcum112_1.jpg"></center>'
 	'One of the guys lays on the ground and you mount him. The second puts his cock in your mouth...'
 	gs 'cum_call', 'anus', $boy, 1
-	
+
 	if temphunt = 1 or temphunt = 3:gs 'boyStat', 'A174'
 	if temphunt = 2:gs 'boyStat', 'A173'
 	if temphunt = 4 or temphunt = 6:gs 'boyStat', 'A61'
@@ -733,7 +733,7 @@ if $ARGS[0] = 'doubleloveCowCum112_1':
 	gs 'arousal', 'anal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_2'
 end
 
@@ -744,7 +744,7 @@ if $ARGS[0] = 'doubleloveCowCum112_2':
 	'One of the guys lays on the ground and you mount him. The second puts his cock in your mouth...'
 	gs 'cum_call', 'mouth', $boy, 1
 	swallow += 1
-	
+
 	if temphunt <= 2:gs 'boyStat', 'A172' & boyAsexa += 1
 	if temphunt = 3:gs 'boyStat', 'A173' & boyAsexa += 1
 	if temphunt = 4 or temphunt = 5:gs 'boyStat', 'A63' & boyAsexa += 1
@@ -763,7 +763,7 @@ if $ARGS[0] = 'doubleloveCowCum112_2':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_3'
 end
 
@@ -789,7 +789,7 @@ if $ARGS[0] = 'doubleloveCow212':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	huntsexa = rand(1,7)
 	gs 'huntersex', 'rng_5'
 end
@@ -799,7 +799,7 @@ if $ARGS[0] = 'doubleloveCowCum212_1':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/doublelovecowcum212_1.jpg"></center>'
 	'One of the guys lays on the ground and you mount him. The second puts his cock in your mouth...'
 	gs 'cum_call', 'anus', $boy, 1
-	
+
 	if temphunt = 1 or temphunt = 3:gs 'boyStat', 'A174'
 	if temphunt = 2:gs 'boyStat', 'A173'
 	if temphunt = 4 or temphunt = 6:gs 'boyStat', 'A61'
@@ -818,9 +818,9 @@ if $ARGS[0] = 'doubleloveCowCum212_1':
 	gs 'arousal', 'anal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_2'
-end 
+end
 
 if $ARGS[0] = 'doubleloveCowCum212_2':
 	*clr & cla
@@ -828,7 +828,7 @@ if $ARGS[0] = 'doubleloveCowCum212_2':
 	'One of the guys lays on the ground and you mount him. The second puts his cock in your mouth...'
 	gs 'cum_call', 'mouth', $boy, 1
 	swallow += 1
-	
+
 	if temphunt <= 2:gs 'boyStat', 'A172' & boyAsexa += 1
 	if temphunt = 3:gs 'boyStat', 'A173' & boyAsexa += 1
 	if temphunt = 4 or temphunt = 5:gs 'boyStat', 'A63' & boyAsexa += 1
@@ -847,7 +847,7 @@ if $ARGS[0] = 'doubleloveCowCum212_2':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_3'
 end
 
@@ -867,7 +867,7 @@ if $ARGS[0] = 'doubleloveSide2':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	huntsexa = rand(1,2)
 	if pcs_sleep >= 10 and huntsexa = 1:act 'Lie on your side':gt 'huntersex', 'doubleloveSideCum2'
 	if pcs_sleep >= 10 and huntsexa = 2:act 'Suck':gt 'huntersex', 'doubleloveOral2'
@@ -912,7 +912,7 @@ if $ARGS[0] = 'doubleloveCow1':
 	gs 'arousal', 'anal', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_3'
 end
 
@@ -954,7 +954,7 @@ if $ARGS[0] = 'doubleloveOral1':
 	gs 'stat'
 	if pcs_sleep >= 10:act 'Suck on':gt 'huntersex', 'doubleloveOralCum1'
 	if pcs_sleep < 10:act 'Pass out':gt 'hunters', 'huntersgroupfaint'
-end 
+end
 
 if $ARGS[0] = 'doubleloveOralCum1':
 	*clr & cla
@@ -1064,7 +1064,7 @@ if $ARGS[0] = 'sluthomeORAL1':
 	'<<$textsexhunter2>>'
 	gs 'arousal', 'bj', 5, 'sub'
 	gs 'stat'
-	
+
 	huntsexa = rand(1,5)
 	gs 'huntersex', 'rng_6'
 end
@@ -1094,10 +1094,10 @@ if $ARGS[0] = 'sluthomeORAL2':
 	'<<$textsexhunter2>>'
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	gs 'stat'
-	
+
 	huntsexa = rand(2,5)
 	gs 'huntersex', 'rng_6'
-end 
+end
 
 if $ARGS[0] = 'sluthomeOralCum2':
 	*clr & cla
@@ -1105,7 +1105,7 @@ if $ARGS[0] = 'sluthomeOralCum2':
 	'Without warning, the guy begins to cum.'
 	gs 'cum_call', 'mouth', $boy, 1
 	swallow += 1
-	
+
 	gs 'oral','start'
 	gs 'dinsex', 'dinrandswallow'
 	'<<$textsexhunter3>>'
@@ -1124,7 +1124,7 @@ if $ARGS[0] = 'sluthomeORAL3':
 	*pl
 	gs 'arousal', 'bj', 5, 'sub', 'deepthroat'
 	gs 'stat'
-	
+
 	huntsexa = rand(1,2)
 	if huntsexa = 1:act 'Suck on':gt 'huntersex', 'sluthomeOralCum3'
 	if huntsexa = 2:act 'Panties':gt 'huntersex', 'sluthomeTanga'
@@ -1158,7 +1158,7 @@ if $ARGS[0] = 'sluthomeORAL4':
 	'<<$textsexhunter2>>'
 	gs 'arousal', 'bj', 5, 'sub'
 	gs 'stat'
-	
+
 	huntsexa = rand(1,13)
 	gs 'huntersex', 'rng_7'
 end
@@ -1204,7 +1204,7 @@ if $ARGS[0] = 'sluthomeAnalDog1':
 	gs 'arousal', 'anal', 5, 'sub'
 	gs 'stat'
 	dirty_dickA += 1
-	
+
 	huntsexa = rand(2,13)
 	gs 'huntersex', 'rng_7'
 end
@@ -1232,7 +1232,7 @@ if $ARGS[0] = 'sluthomeAnalDog2':
 	gs 'arousal', 'anal', 5, 'sub'
 	gs 'stat'
 	dirty_dickA += 1
-	
+
 	huntsexa = rand(1,13)
 	gs 'huntersex', 'rng_7'
 end
@@ -1254,14 +1254,14 @@ if $ARGS[0] = 'sluthomeAnalCow1':
 	*clr & cla
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/sluthomeanalcow1.'+rand(1,3)+'.jpg"></center>'
 	'<<$boydesc>> he lies on his back, you climb on top of him...'
-	
+
 	if boyAsexa = 0: boyAsexa = 1
 	gs 'dinSex','boy_wants_anal','lubri' & gs 'dinsex','analsex'
 	'<<$textsexhunter4>>'
 	gs 'arousal', 'anal', 5, 'sub'
 	gs 'stat'
 	dirty_dickA += 1
-	
+
 	huntsexa = rand(2,13)
 	gs 'huntersex', 'rng_7'
 end
@@ -1276,7 +1276,7 @@ if $ARGS[0] = 'sluthomeAnalCowCum1':
 	gs 'arousal', 'anal', 5, 'sub', 'rough'
 	gs 'arousal', 'end'
 	gs 'stat'
-	
+
 	act 'Further':gt'swamphouse'
 end
 
@@ -1290,7 +1290,7 @@ if $ARGS[0] = 'sluthomeAnalCow2':
 	gs 'arousal', 'anal', 5, 'sub'
 	gs 'stat'
 	dirty_dickA += 1
-	
+
 	huntsexa = rand(1,3)
 	if pcs_sleep >= 10 and huntsexa = 1:act 'Suck':gt 'huntersex', 'sluthomeORAL4'
 	if pcs_sleep >= 10 and huntsexa = 2:act 'Lie on your side':gt 'huntersex', 'sluthomeAnalSide1'
@@ -1321,7 +1321,7 @@ if $ARGS[0] = 'sluthomeAnalSide1':
 	'<<$textsexhunter4>>'
 	gs 'arousal', 'anal', 5, 'sub'
 	gs 'stat'
-	
+
 	huntsexa = rand(2,13)
 	gs 'huntersex', 'rng_7'
 end
@@ -1350,7 +1350,7 @@ if $ARGS[0] = 'sluthomeAnalSide2':
 	gs 'arousal', 'anal', 5, 'sub'
 	gs 'stat'
 	dirty_dickA += 1
-	
+
 	huntsexa = rand(1,2)
 	if pcs_sleep >= 10 and huntsexa = 1:act 'Suck':gt 'huntersex', 'sluthomeORAL4'
 	if pcs_sleep >= 10 and huntsexa = 2:act 'Kneel':gt 'huntersex', 'sluthomeOralCum4'
@@ -1377,7 +1377,7 @@ if $ARGS[0] = 'huntersgrOasi':
 	'You began to suck all the guys around you, alternating between each member.'
 	pose = 0
 	pcs_horny += rand(10,20)
-	
+
 	gs 'boyStat', 'A172'
 	gs 'arousal', 'bj', 5, 'sub', 'deepthroat', 'gangbang'
 	gs 'boyStat', 'A174'
@@ -1387,10 +1387,10 @@ if $ARGS[0] = 'huntersgrOasi':
 	minut -= 10
 	*pl
 	gs 'stat'
-	
+
 	huntsexa = rand(1,10)
 	gs 'huntersex', 'rng_8'
-end 
+end
 
 if $ARGS[0] = 'huntersgrVaOsi':
 	*clr & cla
@@ -1413,7 +1413,7 @@ if $ARGS[0] = 'huntersgrVaOsi':
 	gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	huntsexa = rand(2,10)
 	gs 'huntersex', 'rng_8'
 end
@@ -1443,7 +1443,7 @@ if $ARGS[0] = 'huntersgrVOsi':
 	gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_9'
 end
 
@@ -1480,7 +1480,7 @@ if $ARGS[0] = 'huntersgrVaO':
 	gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_12'
 end
 
@@ -1538,7 +1538,7 @@ if $ARGS[0] = 'huntersgrVsOai':
 	gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	huntsexa = rand(2,10)
 	gs 'huntersex', 'rng_8'
 end
@@ -1568,7 +1568,7 @@ if $ARGS[0] = 'huntersgrVOai':
 	gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_10'
 end
 
@@ -1600,7 +1600,7 @@ if $ARGS[0] = 'huntersgrVsOi':
 	gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_9'
 end
 
@@ -1665,10 +1665,10 @@ if $ARGS[0] = 'huntersgrViOas':
 	gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	huntsexa = rand(2,10)
 	gs 'huntersex', 'rng_8'
-end 
+end
 
 if $ARGS[0] = 'huntersgrViO':
 	*clr & cla
@@ -1766,7 +1766,7 @@ if $ARGS[0] = 'huntersgrVsOi1':
 	gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_9'
 end
 
@@ -1793,7 +1793,7 @@ if $ARGS[0] = 'huntersgrVaOis':
 	gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	huntsexa = rand(2,10)
 	gs 'huntersex', 'rng_8'
 end
@@ -1827,7 +1827,7 @@ if $ARGS[0] = 'huntersgrVaOs':
 	gs 'stat'
 
 	gs 'huntersex', 'rng_11'
-end 
+end
 
 if $ARGS[0] = 'huntersgrVO':
 	*clr & cla
@@ -1894,7 +1894,7 @@ if $ARGS[0] = 'huntersgrV2aOsi':
 	gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	huntsexa = rand(2,10)
 	gs 'huntersex', 'rng_8'
 end
@@ -1925,7 +1925,7 @@ if $ARGS[0] = 'huntersgrV2aOs':
 	gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_11'
 end
 
@@ -1934,7 +1934,7 @@ if $ARGS[0] = 'huntersgrDPVaAiOs':
 	pose = 1
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/dance/hantersgrdpvaaios1.'+rand(1,2)+'.jpg"></center>'
 	'Andrei lays down on the couch and pulls you on top of him, Igor straddles you and lines up to penetrate your second hole, while Sergei expects you to suck his dick too...'
-	
+
 	gs 'boyStat', 'A174'
 	gs 'oral','start'
 	if klismaday ! daystart and dirty_dickB > 0:'<<$textsexhunter>>' & pcs_mood -= 5 & pcs_horny -= 20
@@ -1946,12 +1946,12 @@ if $ARGS[0] = 'huntersgrDPVaAiOs':
 	dirty_dickC += 1
 	gs 'dinSex','boy_wants_anal',$boydesc2,'lubri'
 	gs 'arousal','bj',10,'gangbang','deepthroat'
-	
+
 	gs 'dinsex2','doublepenetration',10,'sub','gangbang'
 	minut -=10
 	*pl
 	gs 'stat'
-	
+
 	huntsexa = rand(2,10)
 	gs 'huntersex', 'rng_8'
 end
@@ -1976,7 +1976,7 @@ if $ARGS[0] = 'huntersgrDPVaAOs':
 	gs 'cum_call', 'anus', $boy, 1
 
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_11'
 end
 
@@ -2004,7 +2004,7 @@ if $ARGS[0] = 'huntersgrAiOsa':
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	huntsexa = rand(2,10)
 	gs 'huntersex', 'rng_8'
 end
@@ -2095,7 +2095,7 @@ if $ARGS[0] = 'huntersgrAOsa':
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_11'
 end
 
@@ -2117,7 +2117,7 @@ if $ARGS[0] = 'huntersgr2VaOi':
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_10'
 end
 
@@ -2166,7 +2166,7 @@ if $ARGS[0] = 'huntersgr2VO':
 	swallow += 1
 	gs 'cum_call', 'mouth', $boy, 1
 	gs 'dinsex', 'dinrandswallow'
-	
+
 	gs 'arousal', 'vaginal', 5, 'sub', 'group'
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	minut -= 5
@@ -2193,7 +2193,7 @@ if $ARGS[0] = 'huntersgr2ViOa':
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_10'
 end
 
@@ -2273,7 +2273,7 @@ if $ARGS[0] = 'huntersgr2VaOs':
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_11'
 end
 
@@ -2302,7 +2302,7 @@ if $ARGS[0] = 'huntersgr2VaO':
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_12'
 end
 
@@ -2326,7 +2326,7 @@ if $ARGS[0] = 'huntersgr2AiOs':
 	gs 'arousal', 'bj', 5, 'sub', 'group'
 	minut -= 5
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_9'
 end
 
@@ -2451,7 +2451,7 @@ if $ARGS[0] = 'huntersgr2DPVaAs':
 	gs 'dinsex2','doublepenetration',10,'sub','gangbang'
 	*pl
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_11'
 end
 
@@ -2470,7 +2470,7 @@ if $ARGS[0] = 'huntersgr2DPVaA':
 	'After a while <<$boydesc2>> moaned and you felt like your ass fills with heat. He finished and went outside, you stayed with Andrei'
 	gs 'cum_call', 'anus', $boy2, 1
 	gs 'stat'
-	
+
 	gs 'huntersex', 'rng_12'
 end
 
@@ -2497,7 +2497,7 @@ if $ARGS[0] = 'huntersgr1Va':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/dance/hantersgr1va.jpg"></center>'
 	'Andrei quickened his pace and you feel him cum deep inside of you.'
 	'Andrei gets up and walks away.'
-	
+
 	gs 'boyStat', 'A172'
 	if boyAsex = 0: boyAsex = 1
 	gs 'arousal', 'vaginal', 5, 'sub'
@@ -2512,7 +2512,7 @@ if $ARGS[0] = 'huntersgr1Ai':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/dance/hantersgr1ai.jpg"></center>'
 	'Igor quickened his pace and you feel him cum deep inside of you.'
 	'Andrei gets up and walks away.'
-	
+
 	gs 'boyStat', 'A173'
 	if boyCsexa = 0: boyCsexa = 1
 	gs 'arousal', 'anal', 5, 'sub', 'rough'
@@ -2526,12 +2526,12 @@ if $ARGS[0] = 'huntersgr1Aa':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/dance/hantersgr1aa.jpg"></center>'
 	'Andrei quickened his pace and you feel him cum deep inside of you.'
 	'Andrei gets up and walks away.'
-	
+
 	gs 'boyStat', 'A172'
 	if boyAsexa = 0: boyAsexa = 1
 	gs 'arousal', 'anal', 5, 'sub', 'rough'
 	gs 'stat'
-	
+
 	act 'Pass out': gt 'huntersex', 'huntersGrEnd'
 end
 
@@ -2540,12 +2540,12 @@ if $ARGS[0] = 'huntersgr1As':
 	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/dance/hantersgr1as.jpg"></center>'
 	'Sergei quickened his pace and you feel him cum deep inside of you.'
 	'Sergei gets up and walks away.'
-	
+
 	gs 'boyStat', 'A174'
 	npc_sex[$boy] += 1
 	gs 'arousal', 'anal', 5, 'sub', 'rough'
 	gs 'stat'
-	
+
 	act 'Pass out': gt 'huntersex', 'huntersGrEnd'
 end
 

+ 2 - 2
locations/swamphouse.qsrc

@@ -47,7 +47,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 		'The hunters aren''t here right now'
 	end
 	*nl
-	
+
 	act 'Go outside':hunter_refuse = 0 & minut += 5 & gt 'swamp_yard'
 	if edahot > 0:
 		act 'Eat mushroom soup':
@@ -610,7 +610,7 @@ if $ARGS[0] = 'tub':
 		act 'Bathe in the tub (0:30)':
 			cla
 			*clr
-			noShampoo = 1 
+			noShampoo = 1
 			dynamic $showerdin
 			face_write = 0
 			body_write = 0