浏览代码

[fixed] typos related to the new `'sleep_simple', 'forced'` function. Noticed by nugerumon

anjuna krokus 2 周之前
父节点
当前提交
d3584f11b6
共有 4 个文件被更改,包括 9 次插入9 次删除
  1. 1 1
      locations/Serge_Shulgin.qsrc
  2. 1 1
      locations/sex_ev_after.qsrc
  3. 1 1
      locations/swamphouse.qsrc
  4. 6 6
      locations/therapist_hotel.qsrc

+ 1 - 1
locations/Serge_Shulgin.qsrc

@@ -100,7 +100,7 @@ if $ARGS[0] = 'sleep':
 				cla
 				'You get comfortable in Sergey''s bed, and sleep for a few hours.'
 				npc_rel['A112'] += 1
-				gs 'sleep_simple', 'force', 240
+				gs 'sleep_simple', 'forced', 240
 				act 'Get out of bed': gt 'vasilyhome', 'sergey_room'
 			end
 			if pcs_horny > 30 and mesec <= 0: act 'Try to seduce Sergey': gt 'Serge_Shulgin','hide','sleep_prstsex'

+ 1 - 1
locations/sex_ev_after.qsrc

@@ -2516,7 +2516,7 @@ if $ARGS[0] = 'sleep_function':
 		if rand(0,1) = 1:
 			sex_ev['extra_cum'] += 5
 			sex_ev['sleep_time'] = rand(60, 180)
-			gs 'sleep_simple', 'force', sex_ev['sleep_time']
+			gs 'sleep_simple', 'forced', sex_ev['sleep_time']
 
 			sex_ev['sleep_fuck'] = 1
 		else

+ 1 - 1
locations/swamphouse.qsrc

@@ -1139,7 +1139,7 @@ if $ARGS[0] = 'hunterstable':
 							pcs_mood -= 25
 							sleepVars['no_health'] = 1
 							pcs_health -= 15
-							gs 'sleep_simple', 'force', 180
+							gs 'sleep_simple', 'forced', 180
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/pohmel1.jpg"></center>'
 							*nl
 							'Three hours later, you wake up in the middle of the night. You''ve got a headache and vaguely remember yesterday.'

+ 6 - 6
locations/therapist_hotel.qsrc

@@ -138,7 +138,7 @@ if $ARGS[0] = 'event1_post_shower':
 				therapistQW['hotel_visits'] = 1
 				gs 'sleep_simple', 'simple'
 				if hour < 7:
-					gs 'sleep_simple', 'force', 7, 0
+					gs 'sleep_simple', 'forced', 7, 0
 				end
 				gt 'therapist_hotel', 'event1_morning'
 			end
@@ -254,7 +254,7 @@ if $ARGS[0] = 'event2_shower':
 				therapistQW['hotel_visits'] = 2
 				gs 'sleep_simple', 'simple'
 				if hour < 7:
-					gs 'sleep_simple', 'force', 7, 0
+					gs 'sleep_simple', 'forced', 7, 0
 				end
 
 				dynamic $showerdin
@@ -344,7 +344,7 @@ if $ARGS[0] = 'event3':
 					therapistQW['hotel_visits'] = 3
 					gs 'sleep_simple', 'simple'
 					if hour < 7:
-						gs 'sleep_simple', 'force', 7, 0
+						gs 'sleep_simple', 'forced', 7, 0
 					end
 
 					dynamic $showerdin
@@ -478,7 +478,7 @@ if $ARGS[0] = 'event4_post_wait':
 		therapistQW['hotel_visits'] += 1
 		gs 'sleep_simple', 'simple'
 		if hour < 7:
-			gs 'sleep_simple', 'force', 7, 0
+			gs 'sleep_simple', 'forced', 7, 0
 		end
 
 		dynamic $showerdin
@@ -559,7 +559,7 @@ if $ARGS[0] = 'event5_submit':
 					gs 'sleep_simple', 'simple'
 					gs 'stat'
 					if hour < 7:
-						gs 'sleep_simple', 'force', 7, 0
+						gs 'sleep_simple', 'forced', 7, 0
 					end
 
 					gs 'arousal', 'vaginal', 60, 'sub'
@@ -786,7 +786,7 @@ if $ARGS[0] = 'event6_submit3':
 			*clr & cla
 			gs 'sleep_simple', 'simple'
 			if hour < 7:
-				gs 'sleep_simple', 'force', 7, 0
+				gs 'sleep_simple', 'forced', 7, 0
 			end
 
 			gs 'arousal', 'vaginal', -90, 'sub'