Browse Source

[text edit] removed bold actions in sister

julzor 5 years ago
parent
commit
f4a6b4554b
1 changed files with 13 additions and 13 deletions
  1. 13 13
      locations/sister.qsrc

+ 13 - 13
locations/sister.qsrc

@@ -14,7 +14,7 @@ dynamic $sischecks
 
 if hour = 8 and week < 6:
 	'God damn it, <<$pcs_nickname>>, because of you I will be late for work.'
-	act '<B> Apologize and move away</B>':gt $loc, $metka
+	act 'Apologize and let her get ready':gt $loc, $metka
 exit
 end
 
@@ -58,7 +58,7 @@ if $ARGS[0] = 'gdk':
 		if sisboyparty = 2 and sisboyparty_day + 1 = daystart and hour = 17 and minut >= 30:act 'Go to the party':gt'sisterQW','sisboyQW_party'
 	end
 
-	act '<B>Move away</B>':SiSgdk = 0 & gt $loc, $metka
+	act 'Move away':SiSgdk = 0 & gt $loc, $metka
 	exit
 end
 
@@ -166,7 +166,7 @@ $party_pre_conditions ={
 }
 
 
-act '<B>Move away</B>':gt $loc, $metka
+act 'Move away':gt $loc, $metka
 if hour >= 7 and hour < 24:
 
 	if npc_rel['A33'] > 65 and mesec > 0 and preg = 0 and tampon = 0 and narkossister = 0:
@@ -177,7 +177,7 @@ if hour >= 7 and hour < 24:
 			npc_rel['A33'] -= 15
 			minut += 3
 			cla
-			act '<B>Move away</B>':gt $loc, $metka
+			act 'Move away':gt $loc, $metka
 			exit
 		end
 	end
@@ -308,10 +308,10 @@ if hour >= 7 and hour < 24:
 			sisboyparty = 1
 			'"We missed you at the party, <<$pcs_nickname>>." Anya pouts at you, "I''ll let you know when the next party is and maybe you''ll be able to make it, okay?"'
 			'You apologize for missing the party and Anya smiles at you.'
-			act '<B>Further</B>':SiSgdk = 0 & gt'sister'
+			act 'Continue':SiSgdk = 0 & gt'sister'
 		exit
 		end
-		act '<B>Further</B>':SiSgdk = 0 & gt'sister'
+		act 'Continue':SiSgdk = 0 & gt'sister'
 
 		if npc_rel['A33'] <20:
 			dynamic $d_sister[1]
@@ -688,7 +688,7 @@ if hour >= 7 and hour < 24:
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sobir.jpg"></center>'
 		'Your sister is busy getting ready for work.'
 		'Anya, without even turning around, says, "<<$pcs_nickname>>, no time to talk, I''m already late!"'
-		act '<B>Move away</B>':gt $loc, $metka
+		act 'Move away':gt $loc, $metka
 	end
 
 	!going for a walk
@@ -699,7 +699,7 @@ if hour >= 7 and hour < 24:
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/progulka.jpg"></center>'
 		'Your sister is getting herself ready to go out. She admires herself in a mirror and wiggles her ass, trying different poses.'
 		'Anya, without even turning to look at you, says: "<<$pcs_nickname>>, If you decide to take a walk, I will be near the club with my friends."'
-		act '<B>Move away</B>':gt $loc, $metka
+		act 'Move away':gt $loc, $metka
 	end
 
 	if npc_rel['A33'] >= 80 and sisterknowslut > 0 and sisterdialog < 2:
@@ -712,7 +712,7 @@ if hour >= 7 and hour < 24:
 					'"Sis, I have a confession to make.... I have been selling my body in the Pavlovsk hotel." You wince inwardly as the admission leaves your mouth, worried what your sister will think.'
 					'Your sister''s face turns to shock and she shakes her head. "<<$pcs_nickname>>, really? Why would you do something like that? If people find out you''ll be ruined! I know I sleep around, but there''s a big difference between being a slut and being a whore."'
 					'You roll your eyes at her. "Please. That''s just <<$npc_nickname[''A29'']>> talking. If you''re going to sleep around, you might as well get paid for it while you''re still hot! Besides, nobody will find out, there is a guy there who takes care of everything. And look at all the money I have been making!"'
-					'You open your wallet and show your sister all the cash you have on you, <<money>><b>₽</b>.'
+					'You open your wallet and show your sister all the cash you have on you, <<money>> <b>₽</b>.'
 				elseif TwinQW = 1:
 					'You bring up your prostitution job again to your sister and show off your wallet.'
 				end
@@ -756,7 +756,7 @@ if hour >= 7 and hour < 24:
 
 				end
 				:twinmoveaway
-				act '<B>Move away</B>':gt 'sister'
+				act 'Move away':gt 'sister'
 			end
 		end
 		if TwinQW = 2:
@@ -806,7 +806,7 @@ if hour >= 7 and hour < 24:
 				else
 					'<font color=#FF0000>You need some more make up to make you look more like your sister.</font>'
 				end
-				act '<B>Move away</B>':killvar 'twinqwsiscompare' & gt 'sister'
+				act 'Move away':killvar 'twinqwsiscompare' & gt 'sister'
 				if twinqwsiscompare = 6:
 
 					act ' Go to the hotel and have some Twin fun':
@@ -829,7 +829,7 @@ if hour >= 7 and hour < 24:
 			pcs_horny += RAND(5,10)
 			if sistalkabromaday ! daystart:npc_rel['A33'] += 1
 			dynamic $d_sistersexstories[1]
-			act '<B>Move away</B>':gt 'sister'
+			act 'Move away':gt 'sister'
 		end
 	end
 else
@@ -859,7 +859,7 @@ if $ARGS[0] = 'pargone':
 		popugai2 = 0
 
 	end
-	act '<B>Move away</B>':gt $loc, $metka
+	act 'Move away':gt $loc, $metka
 end
 --- sister ---------------------------------