Browse Source

[fixes] menu variables in dinmother

julzor 5 years ago
parent
commit
bd507821d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/dinmother.qsrc

+ 2 - 2
locations/dinmother.qsrc

@@ -2,11 +2,11 @@
 
 $d_mother[1]={
 	!scandal with my mother
-	menu_off = 1
 	'You try having a talk with your mother, but she dislikes you way too much to even pretend to be interested in what you have to say. After a while, you give up and leave her alone. Maybe she''ll be in a better mood later.'
 	if mothersorryday!daystart:
 		act 'Apologize':
 			cla
+			menu_off = 1
 			mothersorryday=daystart
 			npc_rel['A29']+=(pcs_intel/10)+(pcs_apprnc/20)
 			gs'stat'
@@ -17,11 +17,11 @@ $d_mother[1]={
 }
 $d_mother[2]={
 	!strained relations
-	menu_off = 1
 	'You try to have a talk with your mother, but her answers are really short and she sounds kind of annoyed. After a few minutes she cuts the conversation short, saying she has other things to do now.'
 	if mothersorryday!daystart:
 		act 'Try to get on her good side':
 			cla
+			menu_off = 1
 			mothersorryday=daystart
 			npc_rel['A29']+=(pcs_intel/10)+(pcs_apprnc/20)
 			gs'stat'