Browse Source

[fixed/changed] Fixed my typo in saveupdater. Removed an unneeded + sign in katja_nightclub

anjuna krokus 4 months ago
parent
commit
9df8a9483c
2 changed files with 12 additions and 8 deletions
  1. 1 1
      locations/katja_nightclub.qsrc
  2. 11 7
      locations/saveupdater.qsrc

+ 1 - 1
locations/katja_nightclub.qsrc

@@ -1420,7 +1420,7 @@ if $ARGS[0] = 'dance_two_guys3':
 			if katjaQW['QWstage'] < 5 or katjaQW['boy_block'] = 1 or katjaQW['sex_clossedness'] > 0 or func('katja_procedural', 'willing_to_be_naughty') + katjaQW['horny'] < rand (50,100):
 				'"No. We prefer to stay here and dance," Katja replies quickly in a firm voice, which clearly surprises the guy.'
 				if katjaQW['QWstage'] > 5 and katjaQW['boy_block'] = 0 and katjaQW['sex_clossedness'] = 0:
-					+iif(katjaQW['simultanous_boys'] <2, 'She then leans into you and whisper "I''ve never been with two guys at once."', '')
+					iif(katjaQW['simultanous_boys'] <2, 'She then leans into you and whisper "I''ve never been with two guys at once."', '')
 					act 'Try to convince Katja to go with him':
 						*clr & cla
 						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'

+ 11 - 7
locations/saveupdater.qsrc

@@ -2412,7 +2412,7 @@ if temp_current_save_version < 00090200:
 	if $body		! '':		$bodyVars['desc']		= $body			& killvar '$body'
 
 	!! Migration of alterstrtimg and start_type
-	if arrsize('start_type') = 2 and alterstrtimg ! 0:
+	if arrsize('start_type') ! 4 and alterstrtimg ! 0:
 		if mid($start_type[0], 1, 2) = 'sg':
 			$temp_st[0] = 'sg'
 		elseif mid($start_type[0], 1, 3) = 'uni':
@@ -2481,21 +2481,25 @@ if temp_current_save_version < 00090200:
 			$temp_st[2] = 'cool'
 			$temp_st[3] = 'anorexic'
 		else
-			$temp_st[2] = 'nerd'
-			$temp_st[3] = 'nerdqueen'
+			$temp_st[2] = 'outcast'
+			$temp_st[3] = 'friendless'
 		end
 
 		killvar 'start_type'
 		killvar 'alterstrtimg'
 
 		$start_type['loc']		= $temp_st[0]
-		$start_type['magic']	= #temp_st[1]
-		$start_type['group']	= #temp_st[2]
-		$start_type['cat']		= #temp_st[3]
+		$start_type['magic']	= $temp_st[1]
+		$start_type['group']	= $temp_st[2]
+		$start_type['cat']		= $temp_st[3]
 
 		killvar 'temp_st'
 	end
-	
+	if $start_type['loc']	= '':	$start_type['loc']		= 'city'
+	if $start_type['magic']	= '':	$start_type['magic']	= 'magic'
+	if $start_type['group'] = '':	$start_type['group']	= 'outcast'
+	if $start_type['cat']	= '':	$start_type['cat']		= 'friendless'
+
 	!update fashionista to fashionista_dress\
 	if ARRSIZE('fashionista') > 0:
 		:loopfashionista2