Browse Source

[fixes] Fight in TG intro was showing wrong image for Michael and had wrong ending set.

KevinSmarts 4 years ago
parent
commit
0999c42170
2 changed files with 7 additions and 2 deletions
  1. 5 1
      locations/fight.qsrc
  2. 2 1
      locations/preTG.qsrc

+ 5 - 1
locations/fight.qsrc

@@ -90,7 +90,11 @@ if $ARGS[0] = 'initFight':
 
 	!! Initialize $pcs_name for Sveta
 	$pcs_name[0] = 'You'
-	$pcs_image[0] = FUNC('$face_image')
+	if ARGS[1] = 1:
+		$pcs_image[0] = 'images/pre/tg/self.jpg'
+	else
+		$pcs_image[0] = FUNC('$face_image')
+	end
 end
 
 if $ARGS[0] = 'clearPCSArray':

+ 2 - 1
locations/preTG.qsrc

@@ -283,9 +283,10 @@ if $ARGS[0] = 'otelPRE':
 											'<center><img <<$set_imgh>> src="images/characters/city/jugo/jugopre.jpg"></center>'
 											'The man has a large tattoo across the left side of his face. He too has red hair'
 											$boy = 'Gustav'
-											gs 'fight','initFight'
+											gs 'fight','initFight',1
 
 											gs 'fight_npcdata', 'gustav'
+											fightEnding = 1
 
 											act 'Fight': gt 'fight', 'start'
 										end