Kaynağa Gözat

[fixed] Sonia check for fall in journal not set correctly in outcast group

Kevin_Smarts 1 yıl önce
ebeveyn
işleme
73acf82b2d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      locations/journal.qsrc

+ 1 - 1
locations/journal.qsrc

@@ -263,7 +263,7 @@ if $ARGS[0] = 'relationstab':
 		
 		if npc_rel['A7'] > 0: 'Friendship with Lesco:' & gs 'journal', 'relindex', 'A7' 
 		if npc_rel['A159'] > 0: 'Friendship with Petia:' & gs 'journal', 'relindex', 'A159' 
-		if soniaPS = 0 and npc_rel['A25'] > 0: 'Friendship with Sonia:' & gs 'journal', 'relindex', 'A25' 
+		if soniaPS > 0 and npc_rel['A25'] > 0: 'Friendship with Sonia:' & gs 'journal', 'relindex', 'A25' 
 		if fedormasha = 1 and npc_rel['A5'] > 0: 'Friendship with Fedor:' & gs 'journal', 'relindex', 'A5' 
 		
 		'<center><h2>Teachers/Coaches/School Staff Relations</h2></center>'