Browse Source

[fixed] two dead ends in hunter_interactions

julzor 4 years ago
parent
commit
0afb6e7f4d
1 changed files with 13 additions and 8 deletions
  1. 13 8
      locations/hunter_interactions.qsrc

+ 13 - 8
locations/hunter_interactions.qsrc

@@ -282,29 +282,34 @@ if $ARGS[0] = 'chat_with_hunters':
 			'"Yeah I have been seeing someone for a while", you answer'
 			if hunter_sexual_comfort < 35 and hunter_collective_opinion > 40:
 				'"Now that''s a lucky guy heh." says Andrei. "Let us know if he dares upset you though, we will show him"'
-			elseif hunter_sexual_comfort > 50:
+			elseif hunter_sexual_comfort > 50 and $clothingworntype ! 'nude':
 				cla
 				'"Bet he is not as fun as us" says Andrei. "Also bet he is not as fun to suck off as us" he says, his eyes stripping you already.'
-				if hunter_collective_opinion > 40 or alko < 5:
-					act 'Maybe another time boys, not feeling it now': gt 'swamp_yard', 'campfire'
-				end
-				if $clothingworntype ! 'nude':
-					act 'Approach the hunters to find out': gt 'hunter_favors', 'nighttime_entertainment'
+
+				gs 'willpower', 'resist', 'bj', iif(hunter_collective_opinion > 40, 'easy', 'hard')
+				if will_cost <= pcs_willpwr:
+					act 'Maybe another time boys (<<will_cost>> Willpower)': 
+						gs 'willpower', 'pay', 'resist'
+						gt 'swamp_yard', 'campfire'
+					end
+				else
+					act 'Maybe another time boys (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 				end
+				
+				act 'Approach the hunters to find out': gt 'hunter_favors', 'nighttime_entertainment'
 			end
 		end
 		act 'No, not really':
 			cla
-			act 'Finish chatting': gt 'swamp_yard', 'campfire'
 			hunter_sexual_comfort += 1
 			hunter_collective_opinion += 1
 			'"No, I do not really have someone. At least no one special.", you answer'
 			if hunter_sexual_comfort < 25 or hunter_collective_opinion > 40:
 				'"How come?" says Igor. "Those... uh... boys in your class musssss... be stipud" drunkenly slurs Igor'
 			else
-				cla
 				'"Well guess it is better that way. You do not have someone to think about while we are having some fun" says Andrei'
 			end
+			act 'Finish chatting': gt 'swamp_yard', 'campfire'
 		end
 	end