瀏覽代碼

Update 'locations/sisterQW.qsrc'

[fixed] - This is part of a large bug fix for the Anya, Roma, and Sveta threesome sex events in Sveta's bedroom.  Multiple bugs fixed. sisterQW module - spectre1viper
spectre1viper 5 年之前
父節點
當前提交
0b8ce3f756
共有 1 個文件被更改,包括 8 次插入2 次删除
  1. 8 2
      locations/sisterQW.qsrc

+ 8 - 2
locations/sisterQW.qsrc

@@ -142,6 +142,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 						'Shit, what are you going to tell your mother?'
 						gs 'arousal', 'end'
 						gs 'stat'
+          					sisThank = 1
 						act 'Leave':gt'korrPar'
 					end
 				else
@@ -160,6 +161,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 						'You relax and kiss your sister, exchanging sweet nectar.'
 						gs 'arousal', 'end'
 						gs 'stat'
+          					sisThank = 1
 						act 'Leave':gt'korrPar'
 					end
 				end
@@ -218,6 +220,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 					minut -= 5
 					gs 'arousal', 'end'
 					gs 'stat'
+          				sisThank = 1
 					act 'Leave':gt'korrPar'
 				end
 			end
@@ -280,6 +283,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 					$orgasm_or = 'yes'
 					gs 'arousal', 'end'
 					gs 'stat'
+          				sisThank = 1
 					act 'Leave':gt'korrPar'
 				end
 			end
@@ -345,6 +349,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
 					$orgasm_or = 'yes'
 					gs 'arousal', 'end'
 					gs 'stat'
+          				sisThank = 1
 					act 'Leave':gt'korrPar'
 				end
 			end
@@ -458,7 +463,7 @@ if $ARGS[0] = 'see4':
 end
 
 if $ARGS[0] = 'sisboyQW_bedroom':
-	if npc_QW['A33'] = 3 or npc_QW['A33'] = 5 or npc_QW['A33'] = 7 or npc_QW['A33'] = 9:
+	if npc_QW['A33'] = 3 or npc_QW['A33'] = 5 or npc_QW['A33'] = 7 or npc_QW['A33'] >= 9:
 		if pcs_horny >= 60 and npc_rel['A33'] >= 80 and npc_QW['A33'] = 3:
 			cls
 
@@ -574,7 +579,7 @@ if $ARGS[0] = 'sisboyQW_bedroom':
 
 			act 'Fondle yourself':gt 'sisterQW', 'caress'
 			act 'Leave':gt 'korrPar'
-		elseif pcs_horny >= 60 and npc_rel['A33'] >= 80 and npc_QW['A33'] = 9:
+		elseif pcs_horny >= 60 and npc_rel['A33'] >= 80 and npc_QW['A33'] >= 9:
 			cls
 			minut += 5
 			if pcs_horny < 90:
@@ -671,6 +676,7 @@ if $ARGS[0] = 'trio_end':
 	minut -= 5
 	gs 'arousal', 'end'
 	gs 'stat'
+	sisThank = 1
 	act 'Leave':gt'korrPar'
 end