Browse Source

fix typos

rachels 2 years ago
parent
commit
2345cc8352
2 changed files with 3 additions and 3 deletions
  1. 2 2
      locations/intro_customization.qsrc
  2. 1 1
      locations/intro_sg_tg.qsrc

+ 2 - 2
locations/intro_customization.qsrc

@@ -600,7 +600,7 @@ if $ARGS[0] = 'hair':
 			'<center><i><<$hair>></i> You may also <a href="exec:gs ''begin'', ''hair_input'' & gs ''begin'', ''hair''">manually enter a description</a></center>.'
 		end
 	end
-	if  or $start_type = 'sg':
+	if $start_type = 'sg':
 		act'<center><b>Done</b></center>': gt 'intro_sg', 'four'
 	elseif $start_type = 'sg_m':
 		act'<center><b>Done</b></center>': gt 'intro_sg_m', 'six'
@@ -680,7 +680,7 @@ if $ARGS[0] = 'eyes':
 	if glass = 0:'<center><a href="exec:glass = 1 & gs ''begin'', ''eyes''">Wear glasses</a></center>'
 	if glass = 1:'<center><a href="exec:glass = 0 & gs ''begin'', ''eyes''">Remove glasses</a></center>'
 
-	if  or $start_type = 'sg':
+	if $start_type = 'sg':
 		act'<center><b>Done</b></center>': gt 'intro_sg', 'four'
 	elseif $start_type = 'sg_m':
 		act'<center><b>Done</b></center>': gt 'intro_sg_m', 'six'

+ 1 - 1
locations/intro_sg_tg.qsrc

@@ -305,7 +305,7 @@ if $ARGS[0] = 'intro_6_looks':
 	'<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>'
 
 	
-	act 'Meet her': gt gt 'intro_sg_tg', 'intro_7'
+	act 'Meet her': gt 'intro_sg_tg', 'intro_7'
 	act 'Customise Sveta': gt 'intro_customization', 'start'
 end