Browse Source

[fixed] forgotten change in start_type skipped the magic intro

anjuna krokus 4 months ago
parent
commit
4ecb13ae13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/intro_sg.qsrc

+ 1 - 1
locations/intro_sg.qsrc

@@ -40,7 +40,7 @@ if $ARGS[0] = 'four':
 	'<center>Customize your:</center>'
 	'<center><a href="exec:gs ''intro_customization'', ''hair''"><img src="images/system/1_openings/shared/icon_hair.png"></a> <a href="exec:gs ''intro_customization'', ''eyes''"><img src="images/system/1_openings/shared/icon_eye.png"></a></center>'
 
-	if $start_type = 'sg_m':
+	if $start_type['magic'] = 'magic':
 		act '<center><b>Done</b></center>': gt 'intro_sg_m', 'four'
 	else
 		act '<center><b>Done</b></center>': gt 'intro_sg', 'five'