Browse Source

Hardcoded Albina to always hate a gopnik Sveta

Vengeance_11 7 months ago
parent
commit
041d8fb3f6
3 changed files with 9 additions and 1 deletions
  1. 5 0
      locations/cikl.qsrc
  2. 1 0
      locations/intro_sg_select.qsrc
  3. 3 1
      locations/npc_relationship.qsrc

+ 5 - 0
locations/cikl.qsrc

@@ -638,6 +638,11 @@ gs 'nerd_game_night', 'cikl'
 !!Keeping Christina hating Sveta
 gs 'Zvereva_events', 'cikl'
 
+!!Albina hates gopniks while at school
+if SchoolAtestat = 0 and grupTipe = 4 and AlbinaQW['Friends'] ! 2:
+	gs 'npc_relationship', 'set', 'A23', '20'
+end
+
 !!if Vitek''s ex he never forgives her
 if kotovLoveQW = -1:
 	gs 'npc_relationship', 'set', 'A9', '0'

+ 1 - 0
locations/intro_sg_select.qsrc

@@ -1024,6 +1024,7 @@ if $ARGS[0] = 'gopnik':
 	npc_rel['A129'] -= 30
 	npc_rel['A11'] += 10
 	npc_rel['A18'] = 1
+	npc_rel['A23'] = 20
 	mc_inventory['tampons'] =  20
 	pcs_run = 20
 	pcs_humint = 10

+ 3 - 1
locations/npc_relationship.qsrc

@@ -97,7 +97,9 @@ if $ARGS[0] = 'modify':
 	!Checks that relatioship gain is not added to relationship locked npc''s
 	if $ARGS[1] = 'A1' and (dimaRevenge = 6 and (dimaRevChoice = 3 or dimaRevChoice = 5 or dimaRevChoice = 6)) or (dimaRevenge = 7 and dimaRevChoice = 2) or (dimaRevenge = 8 and (dimaRevChoice = 1 or dimaRevChoice = 4)):
 		npcRelSetVal = npc_rel[$ARGS[1]]
-	elseif $ARGS[1] = 'A18' and npc_rel['a18'] >= 20:
+	elseif $ARGS[1] = 'A18' and npc_rel['A18'] >= 20:
+		npcRelSetVal = 20
+	elseif $ARGS[1] = 'A23' and grupTipe = 4 and SchoolAtestat = 0 and npc_rel['A23'] >= 20:
 		npcRelSetVal = 20
 	end