Browse Source

[bugfix] Fixed the conversation because it forced the player into forgiving her debt as it was.

CroWke 5 years ago
parent
commit
5e50f06f6f
1 changed files with 25 additions and 2 deletions
  1. 25 2
      locations/natbelapt.qsrc

+ 25 - 2
locations/natbelapt.qsrc

@@ -1,6 +1,8 @@
 # natbelapt
 
-!!?????? - Natasha''s mother
+!! Natasha - Lily Collins
+
+!! Natasha''s mother - India Summer
 
 !NatashaLoc tells us where Natasha is located
 !----------------------------------------------
@@ -551,6 +553,7 @@ if $ARGS[0] = 'Make_her_do_homework':
 	lernHome = 0
 	lern += rand(3, 6)
 	intel_exp += rand(1, 2)
+	natotrab += 1
 	NatashaHW += 1
 	if NatashaHW = 3: NatashaQW = 4
 	if NatashaQW = 2: NatashaQW = 3
@@ -1423,7 +1426,7 @@ if $ARGS[0] = 'chat':
 				act 'Keep talking': gt 'natbelapt', 'chat'
 				act 'Stop talking': gt 'natbelapt', 'natroom'
 			end
-			if pcs_dom >= 10 and natotrab = 0:
+			if NatashaQW = 1:
 				act 'Demand repayment': 
 					*clr & cla
 					minut += 15
@@ -1437,6 +1440,26 @@ if $ARGS[0] = 'chat':
 					'You give her a soft slap on the cheek to test your newfound power over her rather than to hurt her, but she flinches and nods profusely. Looks like you''ve got your own little slave now.'
 					act 'Make her do your homework': gs 'natbelapt', 'Make_her_do_homework'
 				end
+			else
+				act 'Demand repayment':
+					*clr & cla
+					minut += 15
+					gs 'stat'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/16.jpg"></center>'
+					if NatashaMoneyGivenTimes < 10:
+						'You decide not to reduce Natasha''s debt. You angrily confront her, demanding that she return the money to you, one way or another. Natasha curls up into a ball on her bed: "<<$pcs_nickname>>, I''m so sorry! I will do anything you say! Anything!"'
+						''
+						'Natasha looks at you with fearful eyes and you are getting some more ideas as to how you could "use" her this time. She did say "anything", after all...'
+						'You snarl at her with an evil hiss: "You''ll be my little pet again until you''ve worked off every last kopeck. And don''t you dare tell anyone about this!"'
+						'You give her a soft slap on the cheek to test your newfound power over her rather than to hurt her, but she flinches and nods profusely. Looks like you''ve got your own little slave now.'
+						act 'Keep talking': gt 'natbelapt', 'chat'
+						act 'Stop talking': gt 'natbelapt', 'natroom'
+					else
+						'"Well, you did agree to be my toy again if you couldn''t pay me back. I guess we''re going to have some more fun very soon Natasha."'
+						act 'Keep talking': gt 'natbelapt', 'chat'
+						act 'Stop talking': gt 'natbelapt', 'natroom'
+					end
+				end
 			end
 		end
 	end