소스 검색

[fixed] wrong image path in podrsex, dead end in workhosp

julzor 4 년 전
부모
커밋
8b9ce4277d
2개의 변경된 파일20개의 추가작업 그리고 17개의 파일을 삭제
  1. 15 16
      locations/WorkHosp.qsrc
  2. 5 1
      locations/podrsex.qsrc

+ 15 - 16
locations/WorkHosp.qsrc

@@ -172,26 +172,25 @@ if $ARGS[0] = '1':
 		'As you masturbate, you totally abandon yourself to the pleasure of your coming orgasm. A doctor enters the room but you are so absorbed in your own pleasure that you only notice him when his hand starts to guide your head to his erect cock.'
 		gs 'arousal', 'masturbate', 10
 		gs 'stat'
-		if pcs_horny < 50:
-			
-			act 'Break and run':
+		
+		gs 'willpower', 'sex', 'resist'
+		if will_cost <= pcs_willpwr:
+			act 'Break and run (<<will_cost>> Willpower)':
 				gs 'arousal', 'end'
+				gs 'willpower', 'pay', 'resist'
 				gt 'WorkHosp', 'start'
 			end
+		else
+			act 'Break and run (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end	
 			
-			gs 'willpower', 'sex', 'self'
-			if will_cost <= pcs_willpwr:
-				act 'Go along with it (<<will_cost>> Willpower)':
-					guy += 1
-					picrand = 12
-					gs 'WorkHosp', 'randdoc'
-					if docfuck[randdoc] = 1:guy += 1
-					gs 'willpower', 'pay', 'self'
-					gt 'sex', 'minet'
-				end
-			else
-				act 'Go along with it (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end
+		act 'Go along with it':
+			guy += 1
+			picrand = 12
+			gs 'WorkHosp', 'randdoc'
+			if docfuck[randdoc] = 1:guy += 1
+				
+			gt 'sex', 'minet'
 		end
 	else
 		picrand = rand(12, 13)

+ 5 - 1
locations/podrsex.qsrc

@@ -98,7 +98,11 @@ if $ARGS[0] = 'ass':
 
 	if pdsxanal = 0: pdsxanal = 1
 
-	'<center><img <<$set_imgh>> src="images/locations/shared/sex/pod/uanal<<picrand>>.jpg"></center>'
+	if picrand = 12:
+		'<center><img <<$set_imgh>> src="images/locations/shared/sex/sexdvanadva/uanal<<picrand>>.jpg"></center>'
+	else
+		'<center><img <<$set_imgh>> src="images/locations/shared/sex/pod/uanal<<picrand>>.jpg"></center>'
+	end
 	'The man slowly works the tip of his cock inside your ass, and halts for a moment so you can get used to the sensation. Then he begins to thrust his length inside you, fucking you more and more intensely with less regard for your feelings and more for his own pleasure.'
 	
 	gs 'arousal', 'anal', 10, 'sub', 'group'