1
0
فهرست منبع

[fixed] clean up some text, replace some hardcoded names with calls to npc_firstname and npc_nickname arrays, and remove conditionals where both paths are the same

Spackled Lanturn 3 سال پیش
والد
کامیت
a8c21619e7
1فایلهای تغییر یافته به همراه11 افزوده شده و 20 حذف شده
  1. 11 20
      locations/yesgorslut.qsrc

+ 11 - 20
locations/yesgorslut.qsrc

@@ -9,13 +9,7 @@ if pav_slut >= 250:
 
 		npc_rel['A<<numnpc>>'] += bonusotnG
 
-		if npc_gender['A<<numnpc>>'] = 0:
-			!!Guy
-			'You have a chat with <<$npc_firstname[''A<<numnpc>>'']>>, who happily listens to what you have to say.'
-		else
-			!!Girl
-			'You have a chat with <<$npc_firstname[''A<<numnpc>>'']>>, who happily listens to what you have to say.'
-		end
+		'You have a chat with <<$npc_firstname[''A<<numnpc>>'']>>, who happily listens to what you have to say.'
 	elseif npc_grupTipe['A<<numnpc>>'] = 0:
 		!!no social group
 		if npc_gender['A<<numnpc>>'] = 0:
@@ -41,29 +35,26 @@ if pav_slut >= 250:
 			if kristinaSex = 0 and swinbeggor = 0:
 				'The moment you try to say something to <<$npc_firstname[''A<<numnpc>>'']>>, a grimace appears on her face and she says in a squeamish voice: "Ewwww! Go away <<$gnikname>>!"'
 			elseif kristinaSex = 0 and swinbeggor > 0:
-				'Christina looks at you full of hate: "I can''t believe you find time to run on Saturdays, aren''t you too busy whoring yourself out?"'
+				'<<$npc_firstname[''A<<numnpc>>'']>> looks at you full of hate: "I can''t believe you find time to run on Saturdays. Aren''t you too busy whoring yourself out?"'
 			elseif kristinaSex > 0:
-				'Christina smiles at you and says quietly: "You were not bad, the last time we entertained. You look so sexy with a cock down your throat!"'
+				'<<$npc_firstname[''A<<numnpc>>'']>> smiles at you and says quietly: "You were not bad the last time we entertained. You look so sexy with a cock down your throat!"'
 			end
 		elseif npc_gender['A<<numnpc>>'] = 0:
 			!!Guy
-			'You are trying to start a conversation with <<$npc_firstname[''A<<numnpc>>'']>>, but he immediately dismisses you: "I have no time for you <<$pcs_nickname>>, I''m busy."'
+			'You try to start a conversation with <<$npc_firstname[''A<<numnpc>>'']>>, but he immediately dismisses you: "I have no time for you <<$pcs_nickname>>, I''m busy."'
 		elseif npc_gender['A<<numnpc>>'] > 0 and numnpc ! 18:
 			!!Girl
 			'The moment you try to say something to <<$npc_firstname[''A<<numnpc>>'']>>, a grimace appears on her face and she says in a squeamish voice: "Ewwww! Go away <<$gnikname>>!"'
 		end
 	elseif npc_grupTipe['A<<numnpc>>'] = 1:
 		!!cool kid
-		if numnpc = 14:
-			!!Katja Meynold
-			'You have a nice chat with Katja. However, the topic keeps circling back to rumours of you and your reputation. Katja is concerned about the rumours of you being a <<$gnikname>>.'
-		elseif numnpc = 15:
-			!!Vicky
-			'You have a nice chat with Vicky. However, the topic keeps circling back to rumours of you and your reputation. Vicky is concerned about the rumours of you being a <<$gnikname>>.'
+		if numnpc = 14 or numnpc = 15:
+			!!Katja and Vicky Meynold
+			'You have a nice chat with <<$npc_nickname[''A<<numnpc>>'']>>. However, the topic keeps circling back to rumours of you and your reputation. <<$npc_nickname[''A<<numnpc>>'']>> is concerned about the rumours of you being a <<$gnikname>>.'
 		else
 			if npc_gender['A<<numnpc>>'] = 0:
 				!!Guy
-				'You are trying to start a conversation with <<$npc_firstname[''A<<numnpc>>'']>> but he immediately dismisses you, making an effort of leafing through a calendar: "I have no time for you for you <<$pcs_nickname>>, I''m busy. Maybe try again in two-thousand-and-never."'
+				'You try to start a conversation with <<$npc_firstname[''A<<numnpc>>'']>>, but he immediately dismisses you, making an effort of leafing through a calendar: "I have no time for you <<$pcs_nickname>>, I''m busy. Maybe try again in two-thousand-and-never."'
 			else
 				!!Girl
 				if AlbinaQW['Friends'] >= 1 and numnpc = 23:
@@ -78,9 +69,9 @@ if pav_slut >= 250:
 		if npc_gender['A<<numnpc>>'] = 0:
 			!!Guy
 			if numnpc = 9:
-				!!Cats
-				'You try to talk with Vitek, but he immediately cuts you off: "I don''t talk to sluts, <<$pcs_nickname>>. Fuck off."'
-			elseif numnpc ! 9:
+				!!Vitek
+				'You try to talk with <<$npc_nickname[''A<<numnpc>>'']>>, but he immediately cuts you off: "I don''t talk to sluts, <<$pcs_nickname>>. Fuck off."'
+			else:
 				'<<$npc_firstname[''A<<numnpc>>'']>> laughs at you when you try to talk to him: "Haha, what''s wrong <<$gnikname>>? Looking for more cocks to suck?"'
 			end
 		else