Parcourir la source

*forgot to stage one more section

hornguy6 il y a 6 ans
Parent
commit
97ecdbd7e5
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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.'