浏览代码

Merge remote-tracking branch 'Hornguy6/master'

Kevin_Smarts 5 月之前
父节点
当前提交
a08c510714
共有 3 个文件被更改,包括 5 次插入3 次删除
  1. 3 2
      locations/city_musicstore.qsrc
  2. 1 0
      locations/girl.qsrc
  3. 1 1
      locations/lover.qsrc

+ 3 - 2
locations/city_musicstore.qsrc

@@ -51,8 +51,9 @@ if $ARGS[0] = 'musicshop':
 					end
 				end
 				act 'Leave': 
-				if ml_boughtguitar > 0 or ml_boughtamp > 0:
-					gt 'city_musicstore', 'payandtakestuff'
+					if ml_boughtguitar > 0 or ml_boughtamp > 0:
+						gt 'city_musicstore', 'payandtakestuff'
+					end
 				end
 				gt 'torgcentr'
 			end

+ 1 - 0
locations/girl.qsrc

@@ -24,6 +24,7 @@ if $ARGS[0] = 'details':
 	if lover_picrand = lover_picture[0] or lover_picrand = lover_picture[1] or lover_picrand = lover_picture[2]: jump 'girldetailsloop'
 
 	loverGenderTmp = 1
+	npc_gender[$npclastgenerated] = 1
 	silaVag = npc_sexskill[$npclastgenerated]
 	$npc_usedname[$npclastgenerated] = $npc_firstname[$npclastgenerated]
 	$boydesc = $npc_usedname[$npclastgenerated]

+ 1 - 1
locations/lover.qsrc

@@ -48,7 +48,7 @@ if $ARGS[0] = 'add':
 	bodyPref[i] = bodyPrefTmp
 	makePref[i] = makePrefTmp
 	IQPref[i] = IQPrefTmp
-	loverGender[i] = loverGenderTmp
+	loverGender[i] = npc_gender[$npclastsaved]
 
 	!! making sure lover has pronouns
 	gs 'pronouns', loverGender[i], 0