Bladeren bron

[fixed] uneeded to set mothers nickname twice in TF start

Anya 3 maanden geleden
bovenliggende
commit
1f6407542c
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      locations/intro_sg.qsrc

+ 2 - 2
locations/intro_sg.qsrc

@@ -83,7 +83,7 @@ if $ARGS[0] = 'intro_pavlovsk':
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost4.jpg"></center>'
 	'You suddenly hear a familiar voice yelling out. "<<$pcs_nickname>>, time to get up! You can''t spend the whole day laying around!"'
 	wait 1000
-	gs 'intro_sg', 'set_mother_nickname'
+	if $start_type['magic'] ! 'tg': gs 'intro_sg', 'set_mother_nickname'
 
 	act 'Continue':
 		*clr & cla
@@ -152,7 +152,7 @@ if $ARGS[0] = 'intro_gadukino':
 	*nl
 	'You suddenly hear a familiar voice yelling. "<<$pcs_nickname>>, time to get up. You can''t spend the whole day lying around!"'
 	wait 1000
-	gs 'intro_sg', 'set_mother_nickname'
+	if $start_type['magic'] ! 'tg': gs 'intro_sg', 'set_mother_nickname'
 
 	act 'Continue':
 		*clr & cla