Przeglądaj źródła

Merge remote-tracking branch 'Hornguy6/master'

Kevin_Smarts 2 tygodni temu
rodzic
commit
fe4d0afdf0
1 zmienionych plików z 21 dodań i 1 usunięć
  1. 21 1
      locations/sister_chat.qsrc

+ 21 - 1
locations/sister_chat.qsrc

@@ -1180,6 +1180,25 @@ if $ARGS[0] = 'bathroom_dildo_talk2':
 	act 'Continue': gt 'bedrPar'
 end
 
+if $ARGS[0] = 'sex_room_talk1':
+	sisterQW['sex_room'] = 0
+	cla & *clr
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
+	if sisterQW['sex_bed'] > daystart:
+		npc_rel['A33'] -= 5
+		if sisterQW['sex_bed_count'] = 1:
+			'"<<$pcs_nickname>> what the fuck! Did you fuck a guy in my bed?"'
+		else
+			'"<<$pcs_nickname>> what the fuck! Did you fuck a guy in my bed <i>again</i>?"'
+		end
+	else
+		'"Hey <<$pcs_nickname>>," your sister says with a wry look.'
+		'"What''s up?"'
+		'"Did you bring a guy home while we were visiting the village this weekend?" The look on your face makes her mouth twist into a smirk. "Cause it smelled like sex in here after I got back."'
+	end
+	act'Continue':gt'bedrPar'
+end
+
 if $ARGS[0] = 'momslut_talk1':
 	if momslut > 0:
 		act'Ask her if she knows mom is cheating':
@@ -1240,7 +1259,8 @@ if $ARGS[0] = 'momslut_talk3':
 		cla & *clr
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
 		'"Why didn''t you tell me?" you ask.'
-		'"Because I didn''t want to fuck up our family again," she replies with a sigh. "You weren''t old enough to remember when dad left. Our real dad. Everyone knew mom was cheating on him. The whole town. But it stayed hush hush until he found out. After they got divorced, mom would take me to church with her on Sunday and strangers would ask me what it''s like to be a whore''s daughter. I didn''t want to go through that again. Didn''t want <i>you</i> to have to go through that. And I guess I didn''t just didn''t want to acknowledge it either. That it was easier to pretend the truth was a lie..."'
+		'"Because I didn''t want to fuck up our family again," your sister replies with a sigh. "You weren''t old enough to remember when dad left. Our real dad. Everyone knew mom was cheating on him. The whole town. But it stayed hush hush until he found out. After they got divorced, mom would take me to church with her on Sunday and strangers would ask me what it''s like to be a whore''s daughter. I didn''t want to go through that again. Didn''t want <i>you</i> to have to go through that. And I guess I didn''t just didn''t want to acknowledge it either. That it was easier to pretend the truth was a lie..."'
+		act 'Keep talking': gt 'sister_chat', 'talking'
 	end
 end