Browse Source

Fix reverted naked encounter logic

pfffbft 4 years ago
parent
commit
ef56b62b1e
1 changed files with 5 additions and 64 deletions
  1. 5 64
      locations/swamp_yard.qsrc

+ 5 - 64
locations/swamp_yard.qsrc

@@ -14,7 +14,7 @@ if $ARGS[0] = 'start':
 	if hour = 5:campfire = 0
 	!the chance of encountering hunters
 	!the chance of hitting GG, if she`s a slut
-	huntslutsexrand = rand(1,3)
+	huntslutsexrand = rand(1,8)
 	!if lost make this trigger after 2 days in swamp house
 	if lost_girl = 1 and daystart > forest_lostday+1 and hour >= 8 and hour < 20: gt 'gadforestlost','rescue','ranger','swamp_yard'
 	dirty = 0
@@ -394,69 +394,10 @@ if $ARGS[0] = 'start':
 				act 'Further':gt 'swamp_yard', 'start'
 			end
 		end
+          
 		!if he`s naked and in the clearing there are the hunters
-		if $clothingworntype = 'nude' and swamp_clothes = 0 and hunters = 1 and hunterknowday ! daystart and huntersKnow = 1:
-			cla
-			*clr
-			gs 'stat'
-			if huntersKnowSlut = 0:
-				cla
-				*clr
-				gs 'stat'
-
-				'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampdvornude.jpg"></center>'
-				'Seeing some men in the yard, you try to cover up your private parts...'
-
-				if FUNC('lost_clothes_here','swamphouse') = 1 and $lastwornclothingtype ! 'nude':
-					act'Get dressed':
-						*clr & cla
-						minut += 5
-						gs 'underwear', 'wear'
-						gs 'clothing', 'recover_lost_clothes', 'swamphouse', 1
-
-						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampdvornude1.jpg"></center>'
-						'You rush inside the hut so you can get dressed.'
-						act'Further':gt 'swamphouse', 'start'
-					end
-				else
-					act'Dress':
-						*clr & cla
-						minut+=5
-						gs 'clothing', 'swamp_clothes', 1
-						gs 'stat'
-						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/tkan_cloth.jpg"></center>'
-						'You quickly rush inside the hut and hide behind a piece of hessian... It''s not much, but at least it''s better than nothing.'
-						act'Further':gt 'swamphouse', 'start'
-					end
-				end
-				act'Remain naked':
-					*clr & cla
-					hunterslut += 1
-					hunterknowday = daystart
-					gs 'stat'
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampdvornude2.jpg"></center>'
-					'You decide that it doesn''t matter if you have clothes on or not, you leave it as is. The men stare at your naked body.'
-					'"Well well, <<$pcs_nickname>>, you sure do look good," you hear Andrei say...'
-					act'Further':gt 'swamp_yard', 'start'
-				end
-			end
-			if huntersKnowSlut > 0:
-				if huntslutsex = 0:
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampdvornude2.jpg"></center>'
-					'Seeing you naked, the men get excited...'
-					'"Come over here <<$pcs_nickname>>, I want to check you out more extensively," said one of the guys.'
-
-					act'Further':huntersexnude = 1 & gt 'hunters', 'start'
-				else
-					hunterknowday = daystart
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swampdvornude2.jpg"></center>'
-					'Seeing you naked, the men just shake their heads...'
-					'"Looks doesn''t impress us <<$pcs_nickname>>. Just look at us, we''re all about charm here." said one of the guys clearly joking.'
-
-					act'Further':gt 'swamp_yard', 'start'
-				end
-			end
-		end
+		if hunters_outside = 1 and hunters_available = 1 and huntslutsexrand = 1: gt 'hunter_interactions', 'naked_encounter'
+          
 		!the conversation after a drunken Striptease and fuck GG hunters
 		if huntdanceslut = 1:
 			cla
@@ -1241,7 +1182,7 @@ if $ARGS[0] = 'daytime_flavor_events':
 	elseif rand(1, hunter_sexual_comfort / 4 + 2) = 1:
 		gs 'hunter_interactions', 'naked_encounter'
 	elseif rand(1,15) = 1:
-		gs 'hunter_ambient', 'bring_food'
+		gs 'hunter_ambient', 'bring_food'                        
 	end
 end