Browse Source

*forgot to stage one more section

hornguy6 6 years ago
parent
commit
97ecdbd7e5
1 changed files with 5 additions and 1 deletions
  1. 5 1
      locations/brother.qsrc

+ 5 - 1
locations/brother.qsrc

@@ -44,7 +44,11 @@ if $ARGS[0] = 'start':
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/kolka/brother.jpg"></center>'
 	'Your brother Kolka is younger than you, he''s <<brotherAge>> years old. While you share the same mother, unlike you and your sister, Kolka''s dad is your stepfather. He is a student at the same school as you, and enjoys soccer.'
 
-	if npc_rel['A34'] < 20:
+	if brotherSex = 10:
+		'You and your brother are lovers.'
+	elseif brotherSex = 9:
+		'You are siblings with benefits.'
+	elseif npc_rel['A34'] < 20:
 		'You and your brother argue all the time.'
 	elseif npc_rel['A34'] >= 20 and npc_rel['A34'] < 40:
 		'You and your brother bicker sometimes.'