ソースを参照

Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife

Vengeance11 3 年 前
コミット
a0d6aa1916
2 ファイル変更9 行追加8 行削除
  1. 8 7
      locations/brothel.qsrc
  2. 1 1
      locations/coats.qsrc

+ 8 - 7
locations/brothel.qsrc

@@ -735,13 +735,13 @@ if $ARGS[0] = 'section1_play':
 			gt 'brothel', 'section1_tiedOnBack'
 		elseif stage = 3:
 			actionRand = rand (1, 7)
-			if actionRand = 1:gt 'brothel', 'tied_mouth'
-			if actionRand = 2:gt 'brothel', 'tied_anal'
-			if actionRand = 3:gt 'brothel', 'tied_vaginal'
-			if actionRand = 4:gt 'brothel', 'tied_tease'
-			if actionRand = 5:gt 'brothel', 'tied_analfisting'
-			if actionRand = 6:gt 'brothel', 'tied_vibrate'
-			if actionRand = 7:gt 'brothel', 'tied_whip'
+			if actionRand = 1:gt 'brothel', 'section1_tied_mouth'
+			if actionRand = 2:gt 'brothel', 'section1_tied_anal'
+			if actionRand = 3:gt 'brothel', 'section1_tied_vaginal'
+			if actionRand = 4:gt 'brothel', 'section1_tied_tease'
+			if actionRand = 5:gt 'brothel', 'section1_tied_analfisting'
+			if actionRand = 6:gt 'brothel', 'section1_tied_vibrate'
+			if actionRand = 7:gt 'brothel', 'section1_tied_whip'
 		end
 	end
 
@@ -764,6 +764,7 @@ if $ARGS[0] = 'section1_play':
 		end
 
 		if stage = 1:
+			stage = 2
 			gt 'brothel', 'section1_hangbyneck'
 		elseif stage = 2:
 			stage = 3

+ 1 - 1
locations/coats.qsrc

@@ -17,7 +17,7 @@ end
 if $ARGS[0] = 'wear':
 	$coatworntype = $ARGS[1]
 	coatwornnumber = ARGS[2]
-	FUNC('$coat_attributes', $ARGS[1], ARGS[2])
+	FUNC('coat_attributes', $ARGS[1], ARGS[2])
 	PCoatWarm = CoatWarm
 	PCoatQuality = CoatQuality