Browse Source

[added] event for Anya finding your dildos in the shower and swiping them to protect you from mom

hornguy6 3 years ago
parent
commit
f886d03449
1 changed files with 42 additions and 0 deletions
  1. 42 0
      locations/sister_chat.qsrc

+ 42 - 0
locations/sister_chat.qsrc

@@ -1230,5 +1230,47 @@ if $ARGS[0] = 'pargone':
 	act 'Move away': gt $loc, $loc_arg
 end
 
+if $ARGS[0] = 'bathroom_dildo_talk1':
+	if anyaQW['bathroom_dildos_again'] > 0:gt'sister_chat','bathroom_dildo_talk2'
+	anyaQW['bathroom_dildos_again'] += 1
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/bedrpar.jpg"></center>'
+	*nl
+	if anyaQW['bathroom_dildos'] = 1:
+		'As you open the door to your room and something suddenly comes flying towards you. You jump in surprise and flail, scrambling to catch the incoming projectile. Somehow, you manage to not drop it, only at that point realizing that it''s a rubber dick with a suction cup on the end of it. Wait, isn''t this yours???'
+	else
+		'As you open the door to your room something suddenly comes flying towards you. You jump in surprise and flail, scrambling to catch the incoming projectiles. Somehow, you manage to not drop them, only at that point realizing that they''re two rubber dicks with suction cups at the ends. Wait, aren''t these yours???'
+	end
+	act'Continue':
+		suction_dildo = anyaQW['bathroom_dildos']
+		anyaQW['bathroom_dildos'] = 0
+		*clr & cla
+		'<center><h1><font color="maroon">Anya</font></h1></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
+		if anyaQW['bathroom_dildos'] = 1:
+			'"I found that that stuck to the tub when I went in earlier." You look up and see Anya sitting on her bed looking at you. "I know it''s not mine and I don''t think Kolka''s into that kind of thing so I assumed it must be yours. Don''t leave that laying around! If mom found it, she''d have beat your ass!"'
+		else
+			'"I found those stuck to the tub when I went in earlier." You look up and see Anya sitting on her bed looking at you. "I know they''re not mine and I don''t think Kolka''s into that kind of thing so I assumed they must be yours. Don''t leave those around! If mom found them, she''d have beat your ass!"'
+		end
+		act'Continue':gt'bedrPar'
+	end
+end
+
+if $ARGS[0] = 'bathroom_dildo_talk2':
+	suction_dildo = anyaQW['bathroom_dildos']
+	anyaQW['bathroom_dildos'] = 0
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/bedrpar.jpg"></center>'
+	*nl
+	if anyaQW['bathroom_dildos'] = 1:
+		'Opening the door to your room, you gasp in shock as two rubber cocks come flying at your head and you barely manage to catch them.'
+		'"<<$pcs_nickname>>!" your sister hisses. "Seriously! Mom is going to <i>kill</i> you if you aren''t more careful! Don''t leave these in the tub after you''re done!"'
+	else
+		'Opening the door to your room, you gasp in shock as a rubber cock comes flying at your head and you barely manage to catch it.'
+		'"<<$pcs_nickname>>!" your sister hisses. "Seriously! Mom is going to <i>kill</i> you if you aren''t more careful! Don''t leave this in the tub after you''re done!"'
+	end
+	act'Continue':gt'bedrPar'
+end
+
 --- sister_chat ---------------------------------