1
0
Bläddra i källkod

[fixed] redundant ends in hunter_interactions

3xpurt 4 år sedan
förälder
incheckning
c84a0f8f59
1 ändrade filer med 28 tillägg och 31 borttagningar
  1. 28 31
      locations/hunter_interactions.qsrc

+ 28 - 31
locations/hunter_interactions.qsrc

@@ -532,22 +532,21 @@ if $ARGS[0] = 'booze_dare':
 			gs 'willpower', 'voyeur', 'exhib'
 			if $clothingworntype ! 'nude':
 				'"How about you show us your panties" says Andrei. "Wondering what color your underwear is, just scientific curiosity that''s all"'
-					if $pantyworntype ! 'none':
-						if will_cost <= pcs_willpwr:
-							act 'Show him your panties (<<will_cost>> Willpower)': gt 'hunter_interactions', 'booze_dare', 'flash_thong'
-						else
-							act 'Show him your panties (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-						end
+				if $pantyworntype ! 'none':
+					if will_cost <= pcs_willpwr:
+						act 'Show him your panties (<<will_cost>> Willpower)': gt 'hunter_interactions', 'booze_dare', 'flash_thong'
 					else
-						if will_cost <= pcs_willpwr:
-							hunter_sexual_comfort += 1
-							'You tell Andrei that you are not wearing any panties with a blush. "I do not believe you" he says with a smirk. "We need empirical proof. Solid evidence or nothing."'
-							act 'Show them your unclad ass (<<will_cost>> Willpower)': gt 'hunter_interactions', 'booze_dare', 'flash_ass'
-							act 'Let them see your pussy (<<will_cost>> Willpower)': gt 'hunter_interactions', 'booze_dare', 'flash_pussy'
-						else
-							act 'Show them your unclad ass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-							act 'Let them see your pussy (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-						end
+						act 'Show him your panties (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+					end
+				else
+					if will_cost <= pcs_willpwr:
+						hunter_sexual_comfort += 1
+						'You tell Andrei that you are not wearing any panties with a blush. "I do not believe you" he says with a smirk. "We need empirical proof. Solid evidence or nothing."'
+						act 'Show them your unclad ass (<<will_cost>> Willpower)': gt 'hunter_interactions', 'booze_dare', 'flash_ass'
+						act 'Let them see your pussy (<<will_cost>> Willpower)': gt 'hunter_interactions', 'booze_dare', 'flash_pussy'
+					else
+						act 'Show them your unclad ass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+						act 'Let them see your pussy (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 					end
 				end
 			else
@@ -1611,29 +1610,27 @@ if $ARGS[0] = 'nighttime_gangbang':
 		end
 	end
 	if $ARGS[1] = 'finish':
-			*clr & cla
-			gs 'arousal', 'hj', 5, 'gangbang', 'exhibitionism', 'sub'
-			gs 'arousal', 'end'
-			gs 'stat'
-			minut -= 1
+		*clr & cla
+		gs 'arousal', 'hj', 5, 'gangbang', 'exhibitionism', 'sub'
+		gs 'arousal', 'end'
+		gs 'stat'
+		minut -= 1
 
-			'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/gangbang_night/gangbang_buk_1.jpg"></center>'
-			'With Andrei and Igor satisfied, you kneel in front of Sergei, stroking his balls as he jerks himself off to your face.'
+		'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/gangbang_night/gangbang_buk_1.jpg"></center>'
+		'With Andrei and Igor satisfied, you kneel in front of Sergei, stroking his balls as he jerks himself off to your face.'
 
-			act 'Continue':
+		act 'Continue':
 
-				*clr & cla
-				gs 'cum_call', 'face', 'A174', 1
-				gs 'stat'
+			*clr & cla
+			gs 'cum_call', 'face', 'A174', 1
+			gs 'stat'
 
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/gangbang_night/gangbang_buk_2.jpg"></center>'
-				'After a moment, he cums on your face with a grunt, covering it with his spunk.'
+			'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/gangbang_night/gangbang_buk_2.jpg"></center>'
+			'After a moment, he cums on your face with a grunt, covering it with his spunk.'
 
-				act 'Further': gt 'swamp_yard', 'campfire'
-			end
+			act 'Further': gt 'swamp_yard', 'campfire'
 		end
 	end
-
 end
 
 if $ARGS[0] = 'striptease':