Browse Source

fix event

rachels 3 years ago
parent
commit
fb6ecef1d7
1 changed files with 50 additions and 2 deletions
  1. 50 2
      locations/KatjaHomeTalk.qsrc

+ 50 - 2
locations/KatjaHomeTalk.qsrc

@@ -191,8 +191,8 @@ if $ARGS[0] = '':
 				act 'Further':gt 'KatjaHomeTalk'
 			end
 
-			if npc_sex['A14'] > 0:
-				act 'Offer to take a walk in the Park':
+			if npc_sex['A14'] > 0 and KatjaSlut > 100:
+				act 'Look for boys in the park':
 					minut += 15
 					KatjaHorny += 5
 					$ev_name = 'Katja'
@@ -209,7 +209,55 @@ if $ARGS[0] = '':
 					gt 'placer'
 				end
 			end
+			
+			act '"Let''s hang out"': 
+				cla
+				gs 'stat'
+				if meynoldQW > 1 and pcs_makeup <= 1:
+					'"Hey! Wait a moment <<$pcs_nickname>>! I bet you would look great with a little make-up on you! What do you say?"'
+					act 'Let her put makeup on you':
+						*clr & cla
+						pcs_hairbsh = 1
+						minut += 10
+						gs 'stat'
+						'<center><b><font color="maroon"><<$npc_firstname[''A14'']>> <<$npc_lastname[''A14'']>></font></b></center>'
+						'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big14.jpg"></center>'
+						'Katja happily grins as she quickly straightens your hair: "What do you want? A light touch-up, some normal make-up or shall I just shovel it on?"'
+
+						act 'Light touch-up':
+							cla
+							pcs_makeup = 2
+							'Katja subtly applies some neutral tones, with a light application of makeup to bring out your natural beauty.'
+							if KatjaOTN > 0:KatjaHorny += 10 & 'Katja suddenly becomes aware that she is staring into your eyes and blushes.'
+
+							act '"Let''s hang out"':gt 'katjaEv','kathan'
+						end
+
+						act 'Normal make-up':
+							cla
+							pcs_makeup = 3
+							'Katja applies some mildly vibrate tones and colors of makeup to cover your minor imperfections and enhance your best features.'
+							if KatjaOTN > 0:KatjaHorny += 10 & 'Katja suddenly becomes aware that she is staring into your eyes and blushes.'
 
+							act '"Let''s hang out"':gt 'katjaEv','kathan'
+						end
+
+						act 'Heavy make-up':
+							cla
+							pcs_makeup = 4
+							'Katja applies some deeper, richer shades of makeup that are thick enough to cover most imperfections while drawing attention to your eyes and lips.'
+							if KatjaOTN > 0:KatjaHorny += 10 & 'Katja suddenly becomes aware that she is staring into your eyes and blushes.'
+
+							act '"Let''s hang out"':gt 'katjaEv','kathan'
+						end
+					end
+					
+					act 'You really don''t need it.':gt 'katjaEv','kathan'
+				else
+					gt 'katjaEv','kathan'
+				end 
+			end
+			
 			if KatjaLust > 10 and rand(0,5) = 0:
 				cls
 				gs 'stat'