ソースを参照

[fixed] bedrooms should only check for Anya when you are in your parents apartment

Anya 2 年 前
コミット
4402b5a5cc
1 ファイル変更12 行追加1 行削除
  1. 12 1
      locations/bed2.qsrc

+ 12 - 1
locations/bed2.qsrc

@@ -139,7 +139,18 @@ if $ARGS[0] = '':
 	end
 	gs 'events', 'read'
 
-	if anyaloc['inroom'] = 0 or anyaloc = 1 or anyaloc = 26:
+	if $loc = 'bedrPar':
+		if anyaloc['inroom'] = 0 or anyaloc = 1 or anyaloc = 26:
+			if pornMagazine > 0:gs 'events', 'read_porn'
+			if (pcs_horny > 75 and pcs_inhib >= 60) or (pcs_horny > 50 and fame['pav_slut'] >= 150) or (pcs_horny > 50 and fame['pav_slut'] >= 50 and pcs_inhib >= 60):
+				act 'Masturbate':
+					InSleep = 0
+					gt 'selfplay', 'start'
+				end
+			end
+		end
+	else
+		if pornMagazine > 0:gs 'events', 'read_porn'
 		if (pcs_horny > 75 and pcs_inhib >= 60) or (pcs_horny > 50 and fame['pav_slut'] >= 150) or (pcs_horny > 50 and fame['pav_slut'] >= 50 and pcs_inhib >= 60):
 			act 'Masturbate':
 				InSleep = 0