Browse Source

[added] Aleksandra's fall to outcasts if outed

jhawkkaw 5 years ago
parent
commit
1549bbbb00
2 changed files with 6 additions and 1 deletions
  1. 1 0
      locations/Snpc.qsrc
  2. 5 1
      locations/gschool_lessons.qsrc

+ 1 - 0
locations/Snpc.qsrc

@@ -619,6 +619,7 @@ if numnpc = 31:
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/31.jpg"></center>'
 			npc_QW['A231'] = -2
 			npc_rel['A231'] = 0
+			grupTipe[231] = 5
 			'"Lizaveta, rather than you reveal some gossip, I have some extremely juicy gossip to share with you."'
 			'"<<$pcs_nickname>>, I know all the gossip in this school. What could you possibly know that I don''t already?"'
 			'"<<$npc_firstname[''A231'']>> isn''t actually a girl. HE''S actually a boy who likes to dress up and act like a girl."'

+ 5 - 1
locations/gschool_lessons.qsrc

@@ -3486,7 +3486,11 @@ if $ARGS[0] = 'npc_data':
 !! Aleksandra Kirilenko
 	$school_static_num[231] = 'A231'
 	$npcPol[231] = 1
-	grupTipe[231] = 3
+	if npc_QW['A231'] = -2:
+		grupTipe[231] = 5
+	else
+		grupTipe[231] = 3
+	end
 	selfieenable[231] = 1
 	$npcGo[231] = '<a href="exec:numnpc = 231 & gt ''Snpc''"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></a>'
 	$npcSelfie[231] = '<a href="exec:numnpc = 231 & gt ''phone_selfies'', ''listretrieve2''"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></a>'