Browse Source

[fixed] errors in mother

julzor 4 years ago
parent
commit
54c94ac53d
1 changed files with 5 additions and 5 deletions
  1. 5 5
      locations/mother.qsrc

+ 5 - 5
locations/mother.qsrc

@@ -584,7 +584,7 @@ if $ARGS[0] = '':
 
 			act 'Move away':gt $loc, $metka
 		elseif (motherKnowWhore > 0 or motherKnowSpravka > 0) and npc_QW['A29'] = 1:
-			gs 'npc_relationship', 'modify', 'A29', 'dislike'0
+			gs 'npc_relationship', 'modify', 'A29', 'dislike', 0
 
 			if motherKnowWhore = 0:motherKnowWhore = 1
 
@@ -599,7 +599,7 @@ if $ARGS[0] = '':
 
 			act 'Move away':gt $loc, $metka
 		elseif npc_QW['A29'] >= 2:
-			gs 'npc_relationship', 'modify', 'A29', 'dislike'0
+			gs 'npc_relationship', 'modify', 'A29', 'dislike', 0
 
 			if motherKnowWhore = 0:motherKnowWhore = 1
 
@@ -700,7 +700,7 @@ if $ARGS[0] = 'referral_fail':
 			act 'Walk home': gt 'korrPar'
 		end
 	elseif motherKnowWhore > 0 and npc_QW['A29'] < 2:
-		gs 'npc_relationship', 'modify', 'A29', 'dislike'0
+		gs 'npc_relationship', 'modify', 'A29', 'dislike', 0
 		motherKnowSpravka = 1
 		!counter for getting sent to Gadukino for the summer
 		delin_beh += 1
@@ -749,7 +749,7 @@ if $ARGS[0] = 'pregreact':
 			act 'Tell your <<$npc_nickname[''A29'']>> you are pregnant':
 				*clr & cla
 				minut += 5
-				gs 'npc_relationship', 'modify', 'A29', 'dislike'0
+				gs 'npc_relationship', 'modify', 'A29', 'dislike', 0
 				pregTalkFamily = 1
 				npc_pregtalk['A29'] = 1
 				delin_beh += 1 &!counter for getting sent to Gadukino for the summer
@@ -769,7 +769,7 @@ if $ARGS[0] = 'pregreact':
 			act 'Tell your <<$npc_nickname[''A29'']>> you are pregnant':
 				*clr & cla
 				minut += 5
-				gs 'npc_relationship', 'modify', 'A29', 'dislike'0
+				gs 'npc_relationship', 'modify', 'A29', 'dislike', 0
 				pregTalkFamily = 1
 				npc_pregtalk['A29'] = 1
 				delin_beh += 1 &!counter for getting sent to Gadukino for the summer